#579981

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

Shades of Patina #579981

Tints of Patina #579981

Color information

#579981 (or 0x579981) is unknown color: approx Patina. HEX triplet: 57, 99 and 81. RGB value is (87,153,129). Sum of RGB (Red+Green+Blue) = 87+153+129=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #579981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579981 is #A8667E. Grayscale: #828282. Windows color (decimal): -11036287 or 8493399. OLE color: 8493399.

HSL color Cylindrical-coordinate representation of color #579981: hue angle of 158.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #579981 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB87153129-
CMYK0.4300.160.4
HSL158.18º27.5%47.06%-
HSV(B)158.18º43.14%60%-
XYZ19.2826.3924.85-
YUV130.53127.1396.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.58%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=23.58%
G=41.46%
B=34.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871531290.4300.160.4158.1827.547.06
Hex5799812B010289e1c2f
Octal12723120153020502363457
Binary101011110011001100000011010110100001010001001111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579981; }

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

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

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

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

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

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

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

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