#579C8D

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

Shades of Patina #579C8D

Tints of Patina #579C8D

Color information

#579C8D (or 0x579C8D) is unknown color: approx Patina. HEX triplet: 57, 9C and 8D. RGB value is (87,156,141). Sum of RGB (Red+Green+Blue) = 87+156+141=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #579C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579C8D is #A86372. Grayscale: #858585. Windows color (decimal): -11035507 or 9280599. OLE color: 9280599.

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

Color convert

RGB87156141-
CMYK0.4400.100.39
HSL166.96º28.4%47.65%-
HSV(B)166.96º44.23%61.18%-
XYZ20.6327.7329.46-
YUV133.66132.1494.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.66%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=22.66%
G=40.62%
B=36.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871561410.4400.100.39166.9628.447.65
Hex579C8D2C0A27a71c30
Octal12723421554012472473460
Binary10101111001110010001101101100010101001111010011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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