#579084

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

Shades of Patina #579084

Tints of Patina #579084

Color information

#579084 (or 0x579084) is unknown color: approx Patina. HEX triplet: 57, 90 and 84. RGB value is (87,144,132). Sum of RGB (Red+Green+Blue) = 87+144+132=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #579084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579084 is #A86F7B. Grayscale: #7D7D7D. Windows color (decimal): -11038588 or 8687703. OLE color: 8687703.

HSL color Cylindrical-coordinate representation of color #579084: hue angle of 167.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579084 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB87144132-
CMYK0.4000.080.44
HSL167.37º24.68%45.29%-
HSV(B)167.37º39.58%56.47%-
XYZ18.0723.6425.44-
YUV125.59131.62100.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=23.97%
G=39.67%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441320.4000.080.44167.3724.6845.29
Hex57908428082Ca7192d
Octal12722020450010542473155
Binary10101111001000010000100101000010001011001010011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579084; }

 p { color: rgb(87,144,132); }

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

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

 a { background-color: rgb(87,144,132); }

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

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

 span { border-color: rgb(87,144,132); }

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