#579081

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

Shades of Patina #579081

Tints of Patina #579081

Color information

#579081 (or 0x579081) is unknown color: approx Patina. HEX triplet: 57, 90 and 81. RGB value is (87,144,129). Sum of RGB (Red+Green+Blue) = 87+144+129=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #579081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579081 is #A86F7E. Grayscale: #7D7D7D. Windows color (decimal): -11038591 or 8491095. OLE color: 8491095.

HSL color Cylindrical-coordinate representation of color #579081: hue angle of 164.21º 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 #579081 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB87144129-
CMYK0.4000.100.44
HSL164.21º24.68%45.29%-
HSV(B)164.21º39.58%56.47%-
XYZ17.8723.5624.37-
YUV125.25130.12100.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=24.17%
G=40%
B=35.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441290.4000.100.44164.2124.6845.29
Hex579081280A2Ca4192d
Octal12722020150012542443155
Binary10101111001000010000001101000010101011001010010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579081; }

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

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

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

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

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

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

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

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