#578F7F

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

Shades of Patina #578F7F

Tints of Patina #578F7F

Color information

#578F7F (or 0x578F7F) is unknown color: approx Patina. HEX triplet: 57, 8F and 7F. RGB value is (87,143,127). Sum of RGB (Red+Green+Blue) = 87+143+127=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 143 - color contains mainly: green. Hex color #578F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578F7F is #A87080. Grayscale: #7C7C7C. Windows color (decimal): -11038849 or 8359767. OLE color: 8359767.

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

Color convert

RGB87143127-
CMYK0.3900.110.44
HSL162.86º24.35%45.1%-
HSV(B)162.86º39.16%56.08%-
XYZ17.5823.223.63-
YUV124.43129.45101.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 127 (50% from 255) = 35.57%
R=24.37%
G=40.06%
B=35.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871431270.3900.110.44162.8624.3545.1
Hex578F7F270B2Ca3182d
Octal12721717747013542433055
Binary1010111100011111111111100111010111011001010001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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