#559F87

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

Shades of Patina #559F87

Tints of Patina #559F87

Color information

#559F87 (or 0x559F87) is unknown color: approx Patina. HEX triplet: 55, 9F and 87. RGB value is (85,159,135). Sum of RGB (Red+Green+Blue) = 85+159+135=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #559F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F87 is #AA6078. Grayscale: #868686. Windows color (decimal): -11165817 or 8888149. OLE color: 8888149.

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

Color convert

RGB85159135-
CMYK0.4700.150.38
HSL160.54º30.33%47.84%-
HSV(B)160.54º46.54%62.35%-
XYZ20.5228.4827.34-
YUV134.14128.4892.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 159 (62.5% from 255) = 41.95%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=22.43%
G=41.95%
B=35.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851591350.4700.150.38160.5430.3347.84
Hex559F872F0F26a11e30
Octal12523720757017462413660
Binary10101011001111110000111101111011111001101010000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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