Color Hex Logo

#55809f Color Hex

#55809F
(85,128,159)
0 Favorites   0 Comments

Color spaces of #55809f

RGB 85128159
HSL0.570.300.48
HSV205°47°62°
CMYK 0.470.190.00   0.38
XYZ17.723519.872835.7026
Yxy19.87280.24180.2711
Hunter Lab44.5789-7.0458-16.2792
CIE-Lab51.6931-6.1265-21.2023

#55809f color RGB value is (85,128,159).

#55809f hex color red value is 85, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #55809f hue: 0.57 , saturation: 0.30 and the lightness value of 55809f is 0.48.

The process color (four color CMYK) of #55809f color hex is 0.47, 0.19, 0.00, 0.38. Web safe color of #55809f is #669999. Color #55809f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 10011111
Octal 125 200 237
Decimal 85 128 159
Hex 55 80 9F

RGB Percentages of Color #55809f

%22.85
%34.41
%42.74

CMYK Percentages of Color #55809f

%47
%19
%0
%38

Triadic Colors of #55809f

#55809f #9f5580 #809f55

Analogous Colors of #55809f

#55809f #555b9f #559f99

Monochromatic Colors of #55809f

#55809f

Complementary Color

#55809f #9f7455

#55809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55809f Color CSS Codes

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

#55809f Text Font Color

<p style="color:#55809f">Text here</p>

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


#55809f Background Color

<div style="background-color:#55809f">
Div content here</div>

This div background color is #55809f


#55809f Border Color

<div style="border:3px solid #55809f">
Div here</div>

This div border color is #55809f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,128,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55809f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55809f;
  -webkit-box-shadow: 1px 1px 3px 2px #55809f;
  box-shadow:         1px 1px 3px 2px #55809f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,128,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55809f


Comments

No comments written yet.

Please login to write comment.