Shades of William #576F6E
Tints of William #576F6E
RGB
CMYK
RGB Variations
Color information
#576F6E (or 0x576F6E) is known color: William. HEX triplet: 57, 6F and 6E. RGB value is (87,111,110). Sum of RGB (Red+Green+Blue) = 87+111+110=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 111 - color contains mainly: green. Hex color #576F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F6E is #A89091. Grayscale: #676767. Windows color (decimal): -11047058 or 7237463. OLE color: 7237463.
HSL color Cylindrical-coordinate representation of color #576F6E: hue angle of 177.5º 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 #576F6E is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 110 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.56 |
| HSL | 177.5º | 0.12% | 0.39% | - |
| HSV(B) | 177.5º | 0.22% | 0.44% | - |
| XYZ | 12.43 | 14.52 | 16.9 | - |
| YUV | 103.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 110 | 0.22 | 0 | 0.01 | 0.56 | 177.5 | 0.12 | 0.39 |
| Hex | 57 | 6F | 6E | 16 | 0 | 1 | 38 | B2 | C | 27 |
| Octal | 127 | 157 | 156 | 26 | 0 | 1 | 70 | 262 | 14 | 47 |
| Binary | 1010111 | 1101111 | 1101110 | 10110 | 0 | 1 | 111000 | 10110010 | 1100 | 100111 |
Color Harmonies of #576F6E
Complementary color
Monochromatic Colors of #576F6E
Black with #576F6E
Text Example
Text Example
White with #576F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F6E; }
p { color: rgb(87,111,110); }
H1.HeaderClassName
{
color: #576F6E;
}
.AnyTagClassName
{
color: #576F6E;
}
</style>
background-color css
<style>
a { background-color: #576F6E; }
a { background-color: rgb(87,111,110); }
div.DivClassName
{
background-color: #576F6E;
}
.BgClassName
{
background-color: #576F6E;
}
</style>
border-color css
<style>
span { border-color: #576F6E; }
span { border-color: rgb(87,111,110); }
td.TdClassName
{
border-color: #576F6E;
}
.TagClassName
{
border-color: #576F6E;
}
</style>