Shades of William #5B6866
Tints of William #5B6866
RGB
CMYK
RGB Variations
Color information
#5B6866 (or 0x5B6866) is known color: William. HEX triplet: 5B, 68 and 66. RGB value is (91,104,102). Sum of RGB (Red+Green+Blue) = 91+104+102=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 104 - color contains mainly: green. Hex color #5B6866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6866 is #A49799. Grayscale: #636363. Windows color (decimal): -10786714 or 6711387. OLE color: 6711387.
HSL color Cylindrical-coordinate representation of color #5B6866: hue angle of 170.77º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6866 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 102 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.59 |
| HSL | 170.77º | 0.07% | 0.38% | - |
| HSV(B) | 170.77º | 0.13% | 0.41% | - |
| XYZ | 11.66 | 13.08 | 14.48 | - |
| YUV | 99.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 102 | 0.12 | 0 | 0.02 | 0.59 | 170.77 | 0.07 | 0.38 |
| Hex | 5B | 68 | 66 | C | 0 | 2 | 3B | AB | 7 | 26 |
| Octal | 133 | 150 | 146 | 14 | 0 | 2 | 73 | 253 | 7 | 46 |
| Binary | 1011011 | 1101000 | 1100110 | 1100 | 0 | 10 | 111011 | 10101011 | 111 | 100110 |
Color Harmonies of #5B6866
Complementary color
Monochromatic Colors of #5B6866
Black with #5B6866
Text Example
Text Example
White with #5B6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6866; }
p { color: rgb(91,104,102); }
H1.HeaderClassName
{
color: #5B6866;
}
.AnyTagClassName
{
color: #5B6866;
}
</style>
background-color css
<style>
a { background-color: #5B6866; }
a { background-color: rgb(91,104,102); }
div.DivClassName
{
background-color: #5B6866;
}
.BgClassName
{
background-color: #5B6866;
}
</style>
border-color css
<style>
span { border-color: #5B6866; }
span { border-color: rgb(91,104,102); }
td.TdClassName
{
border-color: #5B6866;
}
.TagClassName
{
border-color: #5B6866;
}
</style>