Color Hex Logo

#5b99cc Color Hex

#5B99CC
(91,153,204)
0 Favorites   0 Comments

Color spaces of #5b99cc

RGB 91153204
HSL0.580.530.58
HSV207°55°80°
CMYK 0.550.250.00   0.20
XYZ26.604729.366261.3928
Yxy29.36620.22670.2502
Hunter Lab54.1906-7.1995-29.2365
CIE-Lab61.1035-5.2706-32.2905

#5b99cc color RGB value is (91,153,204).

#5b99cc hex color red value is 91, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5b99cc hue: 0.58 , saturation: 0.53 and the lightness value of 5b99cc is 0.58.

The process color (four color CMYK) of #5b99cc color hex is 0.55, 0.25, 0.00, 0.20. Web safe color of #5b99cc is #6699cc. Color #5b99cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 11001100
Octal 133 231 314
Decimal 91 153 204
Hex 5B 99 CC

RGB Percentages of Color #5b99cc

%20.31
%34.15
%45.54

CMYK Percentages of Color #5b99cc

%55
%25
%0
%20

Triadic Colors of #5b99cc

#5b99cc #cc5b99 #99cc5b

Analogous Colors of #5b99cc

#5b99cc #5b60cc #5bccc7

Monochromatic Colors of #5b99cc

#5b99cc

Complementary Color

#5b99cc #cc8e5b

#5b99cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b99cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b99cc Color CSS Codes

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

#5b99cc Text Font Color

<p style="color:#5b99cc">Text here</p>

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


#5b99cc Background Color

<div style="background-color:#5b99cc">
Div content here</div>

This div background color is #5b99cc


#5b99cc Border Color

<div style="border:3px solid #5b99cc">
Div here</div>

This div border color is #5b99cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,153,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b99cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b99cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5b99cc;
  box-shadow:         1px 1px 3px 2px #5b99cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,153,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b99cc


Comments

No comments written yet.

Please login to write comment.