#559684

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

Shades of Patina #559684

Tints of Patina #559684

Color information

#559684 (or 0x559684) is unknown color: approx Patina. HEX triplet: 55, 96 and 84. RGB value is (85,150,132). Sum of RGB (Red+Green+Blue) = 85+150+132=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #559684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559684 is #AA697B. Grayscale: #808080. Windows color (decimal): -11168124 or 8689237. OLE color: 8689237.

HSL color Cylindrical-coordinate representation of color #559684: hue angle of 163.38º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559684 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB85150132-
CMYK0.4300.120.41
HSL163.38º27.66%46.08%-
HSV(B)163.38º43.33%58.82%-
XYZ18.8225.4125.74-
YUV128.51129.9796.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=23.16%
G=40.87%
B=35.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501320.4300.120.41163.3827.6646.08
Hex5596842B0C29a31c2e
Octal12522620453014512433456
Binary10101011001011010000100101011011001010011010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559684; }

 p { color: rgb(85,150,132); }

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

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

 a { background-color: rgb(85,150,132); }

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

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

 span { border-color: rgb(85,150,132); }

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