#559779

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

Shades of Patina #559779

Tints of Patina #559779

Color information

#559779 (or 0x559779) is unknown color: approx Patina. HEX triplet: 55, 97 and 79. RGB value is (85,151,121). Sum of RGB (Red+Green+Blue) = 85+151+121=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #559779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559779 is #AA6886. Grayscale: #7F7F7F. Windows color (decimal): -11167879 or 7968597. OLE color: 7968597.

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

Color convert

RGB85151121-
CMYK0.4400.200.41
HSL152.73º27.97%46.27%-
HSV(B)152.73º43.71%59.22%-
XYZ18.2625.4422.04-
YUV127.85124.1397.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=23.81%
G=42.30%
B=33.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511210.4400.200.41152.7327.9746.27
Hex5597792C01429991c2e
Octal12522717154024512313456
Binary10101011001011111110011011000101001010011001100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559779; }

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

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

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

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

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

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

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

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