#579577

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

Shades of Patina #579577

Tints of Patina #579577

Color information

#579577 (or 0x579577) is unknown color: approx Patina. HEX triplet: 57, 95 and 77. RGB value is (87,149,119). Sum of RGB (Red+Green+Blue) = 87+149+119=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #579577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579577 is #A86A88. Grayscale: #7F7F7F. Windows color (decimal): -11037321 or 7837015. OLE color: 7837015.

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

Color convert

RGB87149119-
CMYK0.4200.200.42
HSL150.97º26.27%46.27%-
HSV(B)150.97º41.61%58.43%-
XYZ18.0124.8521.3-
YUV127.04123.4699.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=24.51%
G=41.97%
B=33.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871491190.4200.200.42150.9726.2746.27
Hex5795772A0142A971a2e
Octal12722516752024522273256
Binary10101111001010111101111010100101001010101001011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579577; }

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

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

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

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

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

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

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

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