#579587

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

Shades of Patina #579587

Tints of Patina #579587

Color information

#579587 (or 0x579587) is unknown color: approx Patina. HEX triplet: 57, 95 and 87. RGB value is (87,149,135). Sum of RGB (Red+Green+Blue) = 87+149+135=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #579587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579587 is #A86A78. Grayscale: #808080. Windows color (decimal): -11037305 or 8885591. OLE color: 8885591.

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

Color convert

RGB87149135-
CMYK0.4200.090.42
HSL166.45º26.27%46.27%-
HSV(B)166.45º41.61%58.43%-
XYZ19.0525.2726.8-
YUV128.87131.4698.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=23.45%
G=40.16%
B=36.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871491350.4200.090.42166.4526.2746.27
Hex5795872A092Aa61a2e
Octal12722520752011522463256
Binary10101111001010110000111101010010011010101010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579587; }

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

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

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

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

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

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

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

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