#559879

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

Shades of Patina #559879

Tints of Patina #559879

Color information

#559879 (or 0x559879) is unknown color: approx Patina. HEX triplet: 55, 98 and 79. RGB value is (85,152,121). Sum of RGB (Red+Green+Blue) = 85+152+121=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #559879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559879 is #AA6786. Grayscale: #808080. Windows color (decimal): -11167623 or 7968853. OLE color: 7968853.

HSL color Cylindrical-coordinate representation of color #559879: hue angle of 152.24º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559879 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB85152121-
CMYK0.4400.200.40
HSL152.24º28.27%46.47%-
HSV(B)152.24º44.08%59.61%-
XYZ18.4325.7722.09-
YUV128.43123.897.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=23.74%
G=42.46%
B=33.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521210.4400.200.40152.2428.2746.47
Hex5598792C01428981c2e
Octal12523017154024502303456
Binary10101011001100011110011011000101001010001001100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559879; }

 p { color: rgb(85,152,121); }

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

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

 a { background-color: rgb(85,152,121); }

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

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

 span { border-color: rgb(85,152,121); }

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