#579184

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

Shades of Patina #579184

Tints of Patina #579184

Color information

#579184 (or 0x579184) is unknown color: approx Patina. HEX triplet: 57, 91 and 84. RGB value is (87,145,132). Sum of RGB (Red+Green+Blue) = 87+145+132=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #579184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579184 is #A86E7B. Grayscale: #7E7E7E. Windows color (decimal): -11038332 or 8687959. OLE color: 8687959.

HSL color Cylindrical-coordinate representation of color #579184: hue angle of 166.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579184 is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB87145132-
CMYK0.400.090.43
HSL166.55º25%45.49%-
HSV(B)166.55º40%56.86%-
XYZ18.2223.9425.49-
YUV126.18131.28100.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=23.90%
G=39.84%
B=36.26%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871451320.400.090.43166.552545.49
Hex57918428092Ba7192d
Octal12722120450011532473155
Binary10101111001000110000100101000010011010111010011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579184; }

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

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

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

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

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

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

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

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