Shades of William #576F6C
Tints of William #576F6C
RGB
CMYK
RGB Variations
Color information
#576F6C (or 0x576F6C) is known color: William. HEX triplet: 57, 6F and 6C. RGB value is (87,111,108). Sum of RGB (Red+Green+Blue) = 87+111+108=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #576F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F6C is #A89093. Grayscale: #676767. Windows color (decimal): -11047060 or 7106391. OLE color: 7106391.
HSL color Cylindrical-coordinate representation of color #576F6C: hue angle of 172.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 #576F6C is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 108 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.56 |
| HSL | 172.5º | 0.12% | 0.39% | - |
| HSV(B) | 172.5º | 0.22% | 0.44% | - |
| XYZ | 12.32 | 14.48 | 16.33 | - |
| YUV | 103.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 108 | 0.22 | 0 | 0.03 | 0.56 | 172.5 | 0.12 | 0.39 |
| Hex | 57 | 6F | 6C | 16 | 0 | 3 | 38 | AC | C | 27 |
| Octal | 127 | 157 | 154 | 26 | 0 | 3 | 70 | 254 | 14 | 47 |
| Binary | 1010111 | 1101111 | 1101100 | 10110 | 0 | 11 | 111000 | 10101100 | 1100 | 100111 |
Color Harmonies of #576F6C
Complementary color
Monochromatic Colors of #576F6C
Black with #576F6C
Text Example
Text Example
White with #576F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F6C; }
p { color: rgb(87,111,108); }
H1.HeaderClassName
{
color: #576F6C;
}
.AnyTagClassName
{
color: #576F6C;
}
</style>
background-color css
<style>
a { background-color: #576F6C; }
a { background-color: rgb(87,111,108); }
div.DivClassName
{
background-color: #576F6C;
}
.BgClassName
{
background-color: #576F6C;
}
</style>
border-color css
<style>
span { border-color: #576F6C; }
span { border-color: rgb(87,111,108); }
td.TdClassName
{
border-color: #576F6C;
}
.TagClassName
{
border-color: #576F6C;
}
</style>