Color Hex Logo

#0558cd Color Hex

#0558CD
(5,88,205)
0 Favorites   0 Comments

Color spaces of #0558cd

RGB 588205
HSL0.600.950.41
HSV215°98°80°
CMYK 0.980.570.00   0.20
XYZ14.571811.419559.1938
Yxy11.41950.17110.1341
Hunter Lab33.792817.8338-80.2017
CIE-Lab40.278225.0269-66.1994

#0558cd color RGB value is (5,88,205).

#0558cd hex color red value is 5, green value is 88 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0558cd hue: 0.60 , saturation: 0.95 and the lightness value of 0558cd is 0.41.

The process color (four color CMYK) of #0558cd color hex is 0.98, 0.57, 0.00, 0.20. Web safe color of #0558cd is #0066cc. Color #0558cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011000 11001101
Octal 5 130 315
Decimal 5 88 205
Hex 5 58 CD

RGB Percentages of Color #0558cd

%1.68
%29.53
%68.79

CMYK Percentages of Color #0558cd

%98
%57
%0
%20

Triadic Colors of #0558cd

#0558cd #cd0558 #58cd05

Analogous Colors of #0558cd

#0558cd #1605cd #05bccd

Monochromatic Colors of #0558cd

#0558cd

Complementary Color

#0558cd #cd7a05

#0558cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0558cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0558cd Color CSS Codes

.mybgcolor {background-color:#0558cd; } 
.myforecolor {color:#0558cd; }
.mybordercolor {border:3px solid #0558cd; }

#0558cd Text Font Color

<p style="color:#0558cd">Text here</p>

This sample text font color is #0558cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0558cd Background Color

<div style="background-color:#0558cd">
Div content here</div>

This div background color is #0558cd


#0558cd Border Color

<div style="border:3px solid #0558cd">
Div here</div>

This div border color is #0558cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,88,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0558cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0558cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0558cd;
  box-shadow:         1px 1px 3px 2px #0558cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,88,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0558cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0558cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0558cd;
  box-shadow:         1px 1px 3px 2px #0558cd;">
Div content here</div>

This div box has shadow with color #0558cd


Comments

No comments written yet.

Please login to write comment.