Color Hex Logo

#5998cd Color Hex

#5998CD
(89,152,205)
0 Favorites   0 Comments

Color spaces of #5998cd

RGB 89152205
HSL0.580.540.58
HSV207°57°80°
CMYK 0.570.260.00   0.20
XYZ26.367528.988161.9632
Yxy28.98810.22480.2471
Hunter Lab53.8406-6.8038-30.5463
CIE-Lab60.7711-4.8130-33.3737

#5998cd color RGB value is (89,152,205).

#5998cd hex color red value is 89, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5998cd hue: 0.58 , saturation: 0.54 and the lightness value of 5998cd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011000 11001101
Octal 131 230 315
Decimal 89 152 205
Hex 59 98 CD

RGB Percentages of Color #5998cd

%19.96
%34.08
%45.96

CMYK Percentages of Color #5998cd

%57
%26
%0
%20

Triadic Colors of #5998cd

#5998cd #cd5998 #98cd59

Analogous Colors of #5998cd

#5998cd #595ecd #59cdc8

Monochromatic Colors of #5998cd

#5998cd

Complementary Color

#5998cd #cd8e59

#5998cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5998cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5998cd Color CSS Codes

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

#5998cd Text Font Color

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

This sample text font color is #5998cd
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.


#5998cd Background Color

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

This div background color is #5998cd


#5998cd Border Color

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

This div border color is #5998cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,152,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 #5998cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5998cd


Comments

No comments written yet.

Please login to write comment.