Color Hex Logo

#559093 Color Hex

#559093
(85,144,147)
0 Favorites   0 Comments

Color spaces of #559093

RGB 85144147
HSL0.510.270.45
HSV183°42°58°
CMYK 0.420.020.00   0.42
XYZ18.986023.984431.2325
Yxy23.98440.25590.3232
Hunter Lab48.9739-16.5041-3.5298
CIE-Lab56.0722-18.3742-7.6379

#559093 color RGB value is (85,144,147).

#559093 hex color red value is 85, green value is 144 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #559093 hue: 0.51 , saturation: 0.27 and the lightness value of 559093 is 0.45.

The process color (four color CMYK) of #559093 color hex is 0.42, 0.02, 0.00, 0.42. Web safe color of #559093 is #669999. Color #559093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010000 10010011
Octal 125 220 223
Decimal 85 144 147
Hex 55 90 93

RGB Percentages of Color #559093

%22.61
%38.30
%39.10

CMYK Percentages of Color #559093

%42
%2
%0
%42

Triadic Colors of #559093

#559093 #935590 #909355

Analogous Colors of #559093

#559093 #557193 #559377

Monochromatic Colors of #559093

#559093

Complementary Color

#559093 #935855

#559093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559093 Color CSS Codes

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

#559093 Text Font Color

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

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


#559093 Background Color

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

This div background color is #559093


#559093 Border Color

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

This div border color is #559093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,144,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559093;
  -webkit-box-shadow: 1px 1px 3px 2px #559093;
  box-shadow:         1px 1px 3px 2px #559093; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559093


Comments

No comments written yet.

Please login to write comment.