#576F6F

Color #576F6F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #576F6F

Tints of William #576F6F

Color information

#576F6F (or 0x576F6F) is unknown color: approx William. HEX triplet: 57, 6F and 6F. RGB value is (87,111,111). Sum of RGB (Red+Green+Blue) = 87+111+111=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #576F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F6F is #A89090. Grayscale: #676767. Windows color (decimal): -11047057 or 7302999. OLE color: 7302999.

HSL color Cylindrical-coordinate representation of color #576F6F: hue angle of 180º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576F6F is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB87111111-
CMYK0.22000.56
HSL180º12.12%38.82%-
HSV(B)180º21.62%43.53%-
XYZ12.4814.5417.19-
YUV103.82132.05116-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=28.16%
G=35.92%
B=35.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal871111110.22000.5618012.1238.82
Hex576F6F160038b4c27
Octal1271571572600702641447
Binary1010111110111111011111011000111000101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576F6F; }

 p { color: rgb(87,111,111); }

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

<style>
 a { background-color: #576F6F; }

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

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

<style>
 span { border-color: #576F6F; }

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

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