Color Hex Logo

#5b99bf Color Hex

#5B99BF
(91,153,191)
0 Favorites   0 Comments

Color spaces of #5b99bf

RGB 91153191
HSL0.560.440.55
HSV203°52°75°
CMYK 0.520.200.00   0.25
XYZ25.109628.768253.5196
Yxy28.76820.23380.2679
Hunter Lab53.6360-10.2985-21.6161
CIE-Lab60.5765-9.2445-25.8105

#5b99bf color RGB value is (91,153,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 10111111
Octal 133 231 277
Decimal 91 153 191
Hex 5B 99 BF

RGB Percentages of Color #5b99bf

%20.92
%35.17
%43.91

CMYK Percentages of Color #5b99bf

%52
%20
%0
%25

Triadic Colors of #5b99bf

#5b99bf #bf5b99 #99bf5b

Analogous Colors of #5b99bf

#5b99bf #5b67bf #5bbfb3

Monochromatic Colors of #5b99bf

#5b99bf

Complementary Color

#5b99bf #bf815b

#5b99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b99bf Color CSS Codes

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

#5b99bf Text Font Color

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

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


#5b99bf Background Color

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

This div background color is #5b99bf


#5b99bf Border Color

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

This div border color is #5b99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b99bf


Comments

No comments written yet.

Please login to write comment.