Shades of William #576F67
Tints of William #576F67
RGB
CMYK
RGB Variations
Color information
#576F67 (or 0x576F67) is known color: William. HEX triplet: 57, 6F and 67. RGB value is (87,111,103). Sum of RGB (Red+Green+Blue) = 87+111+103=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #576F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F67 is #A89098. Grayscale: #666666. Windows color (decimal): -11047065 or 6778711. OLE color: 6778711.
HSL color Cylindrical-coordinate representation of color #576F67: hue angle of 160º 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 #576F67 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 103 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.56 |
| HSL | 160º | 0.12% | 0.39% | - |
| HSV(B) | 160º | 0.22% | 0.44% | - |
| XYZ | 12.06 | 14.37 | 14.97 | - |
| YUV | 102.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 103 | 0.22 | 0 | 0.07 | 0.56 | 160 | 0.12 | 0.39 |
| Hex | 57 | 6F | 67 | 16 | 0 | 7 | 38 | A0 | C | 27 |
| Octal | 127 | 157 | 147 | 26 | 0 | 7 | 70 | 240 | 14 | 47 |
| Binary | 1010111 | 1101111 | 1100111 | 10110 | 0 | 111 | 111000 | 10100000 | 1100 | 100111 |
Color Harmonies of #576F67
Complementary color
Monochromatic Colors of #576F67
Black with #576F67
Text Example
Text Example
White with #576F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F67; }
p { color: rgb(87,111,103); }
H1.HeaderClassName
{
color: #576F67;
}
.AnyTagClassName
{
color: #576F67;
}
</style>
background-color css
<style>
a { background-color: #576F67; }
a { background-color: rgb(87,111,103); }
div.DivClassName
{
background-color: #576F67;
}
.BgClassName
{
background-color: #576F67;
}
</style>
border-color css
<style>
span { border-color: #576F67; }
span { border-color: rgb(87,111,103); }
td.TdClassName
{
border-color: #576F67;
}
.TagClassName
{
border-color: #576F67;
}
</style>