#559E80

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

Shades of Patina #559E80

Tints of Patina #559E80

Color information

#559E80 (or 0x559E80) is unknown color: approx Patina. HEX triplet: 55, 9E and 80. RGB value is (85,158,128). Sum of RGB (Red+Green+Blue) = 85+158+128=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #559E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E80 is #AA617F. Grayscale: #848484. Windows color (decimal): -11166080 or 8429141. OLE color: 8429141.

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

Color convert

RGB85158128-
CMYK0.4600.190.38
HSL155.34º30.04%47.65%-
HSV(B)155.34º46.2%61.96%-
XYZ19.8727.9424.77-
YUV132.75125.3293.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=22.91%
G=42.59%
B=34.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581280.4600.190.38155.3430.0447.65
Hex559E802E013269b1e30
Octal12523620056023462333660
Binary101010110011110100000001011100100111001101001101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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