Color Hex Logo

#5891cf Color Hex

#5891CF
(88,145,207)
0 Favorites   0 Comments

Color spaces of #5891cf

RGB 88145207
HSL0.590.550.58
HSV211°57°81°
CMYK 0.570.300.00   0.19
XYZ25.412426.830562.8709
Yxy26.83050.22080.2331
Hunter Lab51.7982-3.0739-35.7055
CIE-Lab58.8171-0.3764-37.5480

#5891cf color RGB value is (88,145,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010001 11001111
Octal 130 221 317
Decimal 88 145 207
Hex 58 91 CF

RGB Percentages of Color #5891cf

%20.00
%32.95
%47.05

CMYK Percentages of Color #5891cf

%57
%30
%0
%19

Triadic Colors of #5891cf

#5891cf #cf5891 #91cf58

Analogous Colors of #5891cf

#5891cf #5b58cf #58cdcf

Monochromatic Colors of #5891cf

#5891cf

Complementary Color

#5891cf #cf9658

#5891cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5891cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5891cf Color CSS Codes

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

#5891cf Text Font Color

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

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


#5891cf Background Color

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

This div background color is #5891cf


#5891cf Border Color

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

This div border color is #5891cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,145,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 #5891cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5891cf


Comments

No comments written yet.

Please login to write comment.