#579E7E

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

Shades of Patina #579E7E

Tints of Patina #579E7E

Color information

#579E7E (or 0x579E7E) is unknown color: approx Patina. HEX triplet: 57, 9E and 7E. RGB value is (87,158,126). Sum of RGB (Red+Green+Blue) = 87+158+126=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #579E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579E7E is #A86181. Grayscale: #858585. Windows color (decimal): -11035010 or 8298071. OLE color: 8298071.

HSL color Cylindrical-coordinate representation of color #579E7E: hue angle of 152.96º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579E7E is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB87158126-
CMYK0.4500.200.38
HSL152.96º28.98%48.04%-
HSV(B)152.96º44.94%61.96%-
XYZ19.9227.9924.09-
YUV133.12123.9895.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=23.45%
G=42.59%
B=33.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871581260.4500.200.38152.9628.9848.04
Hex579E7E2D01426991d30
Octal12723617655024462313560
Binary10101111001111011111101011010101001001101001100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579E7E; }

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

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

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

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

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

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

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

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