#578D7F

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

Shades of Patina #578D7F

Tints of Patina #578D7F

Color information

#578D7F (or 0x578D7F) is unknown color: approx Patina. HEX triplet: 57, 8D and 7F. RGB value is (87,141,127). Sum of RGB (Red+Green+Blue) = 87+141+127=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #578D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578D7F is #A87280. Grayscale: #7B7B7B. Windows color (decimal): -11039361 or 8359255. OLE color: 8359255.

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

Color convert

RGB87141127-
CMYK0.3800.100.45
HSL164.44º23.68%44.71%-
HSV(B)164.44º38.3%55.29%-
XYZ17.2922.6123.53-
YUV123.26130.11102.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 127 (50% from 255) = 35.77%
R=24.51%
G=39.72%
B=35.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871411270.3800.100.45164.4423.6844.71
Hex578D7F260A2Da4182d
Octal12721517746012552443055
Binary1010111100011011111111100110010101011011010010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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