#559D85

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

Shades of Patina #559D85

Tints of Patina #559D85

Color information

#559D85 (or 0x559D85) is unknown color: approx Patina. HEX triplet: 55, 9D and 85. RGB value is (85,157,133). Sum of RGB (Red+Green+Blue) = 85+157+133=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #559D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D85 is #AA627A. Grayscale: #848484. Windows color (decimal): -11166331 or 8756565. OLE color: 8756565.

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

Color convert

RGB85157133-
CMYK0.4600.150.38
HSL160º29.75%47.45%-
HSV(B)160º45.86%61.57%-
XYZ20.0427.7426.49-
YUV132.74128.1593.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=22.67%
G=41.87%
B=35.47%

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
Decimal851571330.4600.150.3816029.7547.45
Hex559D852E0F26a01e2f
Octal12523520556017462403657
Binary10101011001110110000101101110011111001101010000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,157,133); }

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

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

 a { background-color: rgb(85,157,133); }

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

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

 span { border-color: rgb(85,157,133); }

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