Color Hex Logo

#559296 Color Hex

#559296
(85,146,150)
0 Favorites   0 Comments

Color spaces of #559296

RGB 85146150
HSL0.510.280.46
HSV184°43°59°
CMYK 0.430.030.00   0.41
XYZ19.530224.691132.5907
Yxy24.69110.25430.3214
Hunter Lab49.6901-16.8001-4.1039
CIE-Lab56.7732-18.6295-8.3141

#559296 color RGB value is (85,146,150).

#559296 hex color red value is 85, green value is 146 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #559296 hue: 0.51 , saturation: 0.28 and the lightness value of 559296 is 0.46.

The process color (four color CMYK) of #559296 color hex is 0.43, 0.03, 0.00, 0.41. Web safe color of #559296 is #669999. Color #559296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 10010110
Octal 125 222 226
Decimal 85 146 150
Hex 55 92 96

RGB Percentages of Color #559296

%22.31
%38.32
%39.37

CMYK Percentages of Color #559296

%43
%3
%0
%41

Triadic Colors of #559296

#559296 #965592 #929655

Analogous Colors of #559296

#559296 #557296 #55967a

Monochromatic Colors of #559296

#559296

Complementary Color

#559296 #965955

#559296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559296 Color CSS Codes

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

#559296 Text Font Color

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

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


#559296 Background Color

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

This div background color is #559296


#559296 Border Color

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

This div border color is #559296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559296

#559296 Color Palettes


Comments

No comments written yet.

Please login to write comment.