#579582

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

Shades of Patina #579582

Tints of Patina #579582

Color information

#579582 (or 0x579582) is unknown color: approx Patina. HEX triplet: 57, 95 and 82. RGB value is (87,149,130). Sum of RGB (Red+Green+Blue) = 87+149+130=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #579582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579582 is #A86A7D. Grayscale: #808080. Windows color (decimal): -11037310 or 8557911. OLE color: 8557911.

HSL color Cylindrical-coordinate representation of color #579582: hue angle of 161.61º 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 #579582 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB87149130-
CMYK0.4200.130.42
HSL161.61º26.27%46.27%-
HSV(B)161.61º41.61%58.43%-
XYZ18.7125.1324.98-
YUV128.3128.9698.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=23.77%
G=40.71%
B=35.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871491300.4200.130.42161.6126.2746.27
Hex5795822A0D2Aa21a2e
Octal12722520252015522423256
Binary10101111001010110000010101010011011010101010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579582; }

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

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

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

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

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

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

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

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