#559F82

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

Shades of Patina #559F82

Tints of Patina #559F82

Color information

#559F82 (or 0x559F82) is unknown color: approx Patina. HEX triplet: 55, 9F and 82. RGB value is (85,159,130). Sum of RGB (Red+Green+Blue) = 85+159+130=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #559F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F82 is #AA607D. Grayscale: #858585. Windows color (decimal): -11165822 or 8560469. OLE color: 8560469.

HSL color Cylindrical-coordinate representation of color #559F82: hue angle of 156.49º 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 #559F82 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB85159130-
CMYK0.4700.180.38
HSL156.49º30.33%47.84%-
HSV(B)156.49º46.54%62.35%-
XYZ20.1728.3425.53-
YUV133.57125.9893.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=22.73%
G=42.51%
B=34.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851591300.4700.180.38156.4930.3347.84
Hex559F822F012269c1e30
Octal12523720257022462343660
Binary101010110011111100000101011110100101001101001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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