#578F7E

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

Shades of Patina #578F7E

Tints of Patina #578F7E

Color information

#578F7E (or 0x578F7E) is unknown color: approx Patina. HEX triplet: 57, 8F and 7E. RGB value is (87,143,126). Sum of RGB (Red+Green+Blue) = 87+143+126=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #578F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578F7E is #A87081. Grayscale: #7C7C7C. Windows color (decimal): -11038850 or 8294231. OLE color: 8294231.

HSL color Cylindrical-coordinate representation of color #578F7E: hue angle of 161.79º 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 #578F7E is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB87143126-
CMYK0.3900.120.44
HSL161.79º24.35%45.1%-
HSV(B)161.79º39.16%56.08%-
XYZ17.5223.1823.29-
YUV124.32128.95101.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=24.44%
G=40.17%
B=35.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871431260.3900.120.44161.7924.3545.1
Hex578F7E270C2Ca2182d
Octal12721717647014542423055
Binary1010111100011111111110100111011001011001010001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,143,126); }

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

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

 a { background-color: rgb(87,143,126); }

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

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

 span { border-color: rgb(87,143,126); }

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