#559577

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

Shades of Patina #559577

Tints of Patina #559577

Color information

#559577 (or 0x559577) is unknown color: approx Patina. HEX triplet: 55, 95 and 77. RGB value is (85,149,119). Sum of RGB (Red+Green+Blue) = 85+149+119=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #559577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559577 is #AA6A88. Grayscale: #7E7E7E. Windows color (decimal): -11168393 or 7837013. OLE color: 7837013.

HSL color Cylindrical-coordinate representation of color #559577: hue angle of 151.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559577 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB85149119-
CMYK0.4300.200.42
HSL151.88º27.35%45.88%-
HSV(B)151.88º42.95%58.43%-
XYZ17.8224.7621.29-
YUV126.44123.898.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=24.08%
G=42.21%
B=33.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491190.4300.200.42151.8827.3545.88
Hex5595772B0142A981b2e
Octal12522516753024522303356
Binary10101011001010111101111010110101001010101001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559577; }

 p { color: rgb(85,149,119); }

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

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

 a { background-color: rgb(85,149,119); }

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

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

 span { border-color: rgb(85,149,119); }

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