Color Hex Logo

#5997cf Color Hex

#5997CF
(89,151,207)
0 Favorites   0 Comments

Color spaces of #5997cf

RGB 89151207
HSL0.580.550.58
HSV208°57°81°
CMYK 0.570.270.00   0.19
XYZ26.448928.762163.1891
Yxy28.76210.22340.2429
Hunter Lab53.6303-5.8221-32.3163
CIE-Lab60.5711-3.6156-34.8044

#5997cf color RGB value is (89,151,207).

#5997cf hex color red value is 89, green value is 151 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5997cf hue: 0.58 , saturation: 0.55 and the lightness value of 5997cf is 0.58.

The process color (four color CMYK) of #5997cf color hex is 0.57, 0.27, 0.00, 0.19. Web safe color of #5997cf is #6699cc. Color #5997cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010111 11001111
Octal 131 227 317
Decimal 89 151 207
Hex 59 97 CF

RGB Percentages of Color #5997cf

%19.91
%33.78
%46.31

CMYK Percentages of Color #5997cf

%57
%27
%0
%19

Triadic Colors of #5997cf

#5997cf #cf5997 #97cf59

Analogous Colors of #5997cf

#5997cf #595ccf #59cfcc

Monochromatic Colors of #5997cf

#5997cf

Complementary Color

#5997cf #cf9159

#5997cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5997cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5997cf Color CSS Codes

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

#5997cf Text Font Color

<p style="color:#5997cf">Text here</p>

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


#5997cf Background Color

<div style="background-color:#5997cf">
Div content here</div>

This div background color is #5997cf


#5997cf Border Color

<div style="border:3px solid #5997cf">
Div here</div>

This div border color is #5997cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,151,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5997cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5997cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5997cf;
  box-shadow:         1px 1px 3px 2px #5997cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5997cf


Comments

No comments written yet.

Please login to write comment.