#578E80

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

Shades of Patina #578E80

Tints of Patina #578E80

Color information

#578E80 (or 0x578E80) is unknown color: approx Patina. HEX triplet: 57, 8E and 80. RGB value is (87,142,128). Sum of RGB (Red+Green+Blue) = 87+142+128=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #578E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578E80 is #A8717F. Grayscale: #7B7B7B. Windows color (decimal): -11039104 or 8425047. OLE color: 8425047.

HSL color Cylindrical-coordinate representation of color #578E80: hue angle of 164.73º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578E80 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB87142128-
CMYK0.3900.100.44
HSL164.73º24.02%44.9%-
HSV(B)164.73º38.73%55.69%-
XYZ17.522.9323.93-
YUV123.96130.28101.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=24.37%
G=39.78%
B=35.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871421280.3900.100.44164.7324.0244.9
Hex578E80270A2Ca5182d
Octal12721620047012542453055
Binary10101111000111010000000100111010101011001010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578E80; }

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

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

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

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

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

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

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

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