#579980

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

Shades of Patina #579980

Tints of Patina #579980

Color information

#579980 (or 0x579980) is unknown color: approx Patina. HEX triplet: 57, 99 and 80. RGB value is (87,153,128). Sum of RGB (Red+Green+Blue) = 87+153+128=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #579980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579980 is #A8667F. Grayscale: #828282. Windows color (decimal): -11036288 or 8427863. OLE color: 8427863.

HSL color Cylindrical-coordinate representation of color #579980: hue angle of 157.27º 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 #579980 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB87153128-
CMYK0.4300.160.4
HSL157.27º27.5%47.06%-
HSV(B)157.27º43.14%60%-
XYZ19.2226.3724.5-
YUV130.42126.6397.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.64%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=23.64%
G=41.58%
B=34.78%

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
Decimal871531280.4300.160.4157.2727.547.06
Hex5799802B010289d1c2f
Octal12723120053020502353457
Binary101011110011001100000001010110100001010001001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579980; }

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

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

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

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

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

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

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

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