Color Hex Logo

#5599bf Color Hex

#5599BF
(85,153,191)
0 Favorites   0 Comments

Color spaces of #5599bf

RGB 85153191
HSL0.560.450.54
HSV202°55°75°
CMYK 0.550.200.00   0.25
XYZ24.541528.475353.4930
Yxy28.47530.23040.2673
Hunter Lab53.3623-11.2911-22.0817
CIE-Lab60.3157-10.5585-26.2340

#5599bf color RGB value is (85,153,191).

#5599bf hex color red value is 85, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5599bf hue: 0.56 , saturation: 0.45 and the lightness value of 5599bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011001 10111111
Octal 125 231 277
Decimal 85 153 191
Hex 55 99 BF

RGB Percentages of Color #5599bf

%19.81
%35.66
%44.52

CMYK Percentages of Color #5599bf

%55
%20
%0
%25

Triadic Colors of #5599bf

#5599bf #bf5599 #99bf55

Analogous Colors of #5599bf

#5599bf #5564bf #55bfb0

Monochromatic Colors of #5599bf

#5599bf

Complementary Color

#5599bf #bf7b55

#5599bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5599bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5599bf Color CSS Codes

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

#5599bf Text Font Color

<p style="color:#5599bf">Text here</p>

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


#5599bf Background Color

<div style="background-color:#5599bf">
Div content here</div>

This div background color is #5599bf


#5599bf Border Color

<div style="border:3px solid #5599bf">
Div here</div>

This div border color is #5599bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #5599bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5599bf


Comments

No comments written yet.

Please login to write comment.