#559E87

Color #559E87 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #559E87

Tints of Patina #559E87

Color information

#559E87 (or 0x559E87) is unknown color: approx Patina. HEX triplet: 55, 9E and 87. RGB value is (85,158,135). Sum of RGB (Red+Green+Blue) = 85+158+135=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #559E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E87 is #AA6178. Grayscale: #858585. Windows color (decimal): -11166073 or 8887893. OLE color: 8887893.

HSL color Cylindrical-coordinate representation of color #559E87: hue angle of 161.1º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E87 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB85158135-
CMYK0.4600.150.38
HSL161.1º30.04%47.65%-
HSV(B)161.1º46.2%61.96%-
XYZ20.3528.1327.28-
YUV133.55128.8293.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 158 (62.11% from 255) = 41.80%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=22.49%
G=41.80%
B=35.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581350.4600.150.38161.130.0447.65
Hex559E872E0F26a11e30
Octal12523620756017462413660
Binary10101011001111010000111101110011111001101010000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559E87; }

 p { color: rgb(85,158,135); }

 H1.HeaderClassName
 {
   color: #559E87;
 }
 .AnyTagClassName
 {
   color: #559E87;
 }
</style>
background-color css

<style>
 a { background-color: #559E87; }

 a { background-color: rgb(85,158,135); }

 div.DivClassName
 {
   background-color: #559E87;
 }
 .BgClassName
 {
   background-color: #559E87;
 }
</style>
border-color css

<style>
 span { border-color: #559E87; }

 span { border-color: rgb(85,158,135); }

 td.TdClassName
 {
   border-color: #559E87;
 }
 .TagClassName
 {
   border-color: #559E87;
 }
</style>