#579C8B

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

Shades of Patina #579C8B

Tints of Patina #579C8B

Color information

#579C8B (or 0x579C8B) is unknown color: approx Patina. HEX triplet: 57, 9C and 8B. RGB value is (87,156,139). Sum of RGB (Red+Green+Blue) = 87+156+139=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #579C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579C8B is #A86374. Grayscale: #858585. Windows color (decimal): -11035509 or 9149527. OLE color: 9149527.

HSL color Cylindrical-coordinate representation of color #579C8B: hue angle of 165.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579C8B is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB87156139-
CMYK0.4400.110.39
HSL165.22º28.4%47.65%-
HSV(B)165.22º44.23%61.18%-
XYZ20.4827.6728.69-
YUV133.43131.1494.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.77%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=22.77%
G=40.84%
B=36.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871561390.4400.110.39165.2228.447.65
Hex579C8B2C0B27a51c30
Octal12723421354013472453460
Binary10101111001110010001011101100010111001111010010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,156,139); }

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

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

 a { background-color: rgb(87,156,139); }

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

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

 span { border-color: rgb(87,156,139); }

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