Color Hex Logo

#5b99bc Color Hex

#5B99BC
(91,153,188)
0 Favorites   0 Comments

Color spaces of #5b99bc

RGB 91153188
HSL0.560.420.55
HSV202°52°74°
CMYK 0.520.190.00   0.26
XYZ24.782728.637551.7983
Yxy28.63750.23550.2722
Hunter Lab53.5140-10.9850-19.9293
CIE-Lab60.4604-10.1422-24.3002

#5b99bc color RGB value is (91,153,188).

#5b99bc hex color red value is 91, green value is 153 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5b99bc hue: 0.56 , saturation: 0.42 and the lightness value of 5b99bc is 0.55.

The process color (four color CMYK) of #5b99bc color hex is 0.52, 0.19, 0.00, 0.26. Web safe color of #5b99bc is #6699cc. Color #5b99bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 10111100
Octal 133 231 274
Decimal 91 153 188
Hex 5B 99 BC

RGB Percentages of Color #5b99bc

%21.06
%35.42
%43.52

CMYK Percentages of Color #5b99bc

%52
%19
%0
%26

Triadic Colors of #5b99bc

#5b99bc #bc5b99 #99bc5b

Analogous Colors of #5b99bc

#5b99bc #5b69bc #5bbcaf

Monochromatic Colors of #5b99bc

#5b99bc

Complementary Color

#5b99bc #bc7e5b

#5b99bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b99bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b99bc Color CSS Codes

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

#5b99bc Text Font Color

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

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


#5b99bc Background Color

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

This div background color is #5b99bc


#5b99bc Border Color

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

This div border color is #5b99bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b99bc


Comments

No comments written yet.

Please login to write comment.