#579F8B

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

Shades of Patina #579F8B

Tints of Patina #579F8B

Color information

#579F8B (or 0x579F8B) is unknown color: approx Patina. HEX triplet: 57, 9F and 8B. RGB value is (87,159,139). Sum of RGB (Red+Green+Blue) = 87+159+139=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #579F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579F8B is #A86074. Grayscale: #878787. Windows color (decimal): -11034741 or 9150295. OLE color: 9150295.

HSL color Cylindrical-coordinate representation of color #579F8B: hue angle of 163.33º 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 #579F8B is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB87159139-
CMYK0.4500.130.38
HSL163.33º29.27%48.24%-
HSV(B)163.33º45.28%62.35%-
XYZ20.9928.6928.86-
YUV135.19130.1593.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.60%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=22.60%
G=41.30%
B=36.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871591390.4500.130.38163.3329.2748.24
Hex579F8B2D0D26a31d30
Octal12723721355015462433560
Binary10101111001111110001011101101011011001101010001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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