Color Hex Logo

#5597cb Color Hex

#5597CB
(85,151,203)
0 Favorites   0 Comments

Color spaces of #5597cb

RGB 85151203
HSL0.570.530.56
HSV206°58°80°
CMYK 0.580.260.00   0.20
XYZ25.592428.376360.6282
Yxy28.37630.22330.2476
Hunter Lab53.2694-7.4641-30.1919
CIE-Lab60.2272-5.6956-33.1126

#5597cb color RGB value is (85,151,203).

#5597cb hex color red value is 85, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5597cb hue: 0.57 , saturation: 0.53 and the lightness value of 5597cb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010111 11001011
Octal 125 227 313
Decimal 85 151 203
Hex 55 97 CB

RGB Percentages of Color #5597cb

%19.36
%34.40
%46.24

CMYK Percentages of Color #5597cb

%58
%26
%0
%20

Triadic Colors of #5597cb

#5597cb #cb5597 #97cb55

Analogous Colors of #5597cb

#5597cb #555ccb #55cbc4

Monochromatic Colors of #5597cb

#5597cb

Complementary Color

#5597cb #cb8955

#5597cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5597cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5597cb Color CSS Codes

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

#5597cb Text Font Color

<p style="color:#5597cb">Text here</p>

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


#5597cb Background Color

<div style="background-color:#5597cb">
Div content here</div>

This div background color is #5597cb


#5597cb Border Color

<div style="border:3px solid #5597cb">
Div here</div>

This div border color is #5597cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,151,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5597cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5597cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5597cb;
  box-shadow:         1px 1px 3px 2px #5597cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,151,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5597cb


Comments

No comments written yet.

Please login to write comment.