Color Hex Logo

#5b99be Color Hex

#5B99BE
(91,153,190)
0 Favorites   0 Comments

Color spaces of #5b99be

RGB 91153190
HSL0.560.430.55
HSV202°52°75°
CMYK 0.520.190.00   0.25
XYZ24.999928.724352.9419
Yxy28.72430.23440.2693
Hunter Lab53.5951-10.5284-21.0509
CIE-Lab60.5375-9.5444-25.3077

#5b99be color RGB value is (91,153,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 10111110
Octal 133 231 276
Decimal 91 153 190
Hex 5B 99 BE

RGB Percentages of Color #5b99be

%20.97
%35.25
%43.78

CMYK Percentages of Color #5b99be

%52
%19
%0
%25

Triadic Colors of #5b99be

#5b99be #be5b99 #99be5b

Analogous Colors of #5b99be

#5b99be #5b68be #5bbeb2

Monochromatic Colors of #5b99be

#5b99be

Complementary Color

#5b99be #be805b

#5b99be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b99be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b99be Color CSS Codes

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

#5b99be Text Font Color

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

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


#5b99be Background Color

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

This div background color is #5b99be


#5b99be Border Color

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

This div border color is #5b99be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b99be


Comments

No comments written yet.

Please login to write comment.