Shades of William #5B6F6C
Tints of William #5B6F6C
RGB
CMYK
RGB Variations
Color information
#5B6F6C (or 0x5B6F6C) is known color: William. HEX triplet: 5B, 6F and 6C. RGB value is (91,111,108). Sum of RGB (Red+Green+Blue) = 91+111+108=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F6C is #A49093. Grayscale: #686868. Windows color (decimal): -10784916 or 7106395. OLE color: 7106395.
HSL color Cylindrical-coordinate representation of color #5B6F6C: hue angle of 171º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B6F6C is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 108 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.56 |
| HSL | 171º | 0.1% | 0.4% | - |
| HSV(B) | 171º | 0.18% | 0.44% | - |
| XYZ | 12.71 | 14.68 | 16.35 | - |
| YUV | 104.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 108 | 0.18 | 0 | 0.03 | 0.56 | 171 | 0.1 | 0.4 |
| Hex | 5B | 6F | 6C | 12 | 0 | 3 | 38 | AB | A | 28 |
| Octal | 133 | 157 | 154 | 22 | 0 | 3 | 70 | 253 | 12 | 50 |
| Binary | 1011011 | 1101111 | 1101100 | 10010 | 0 | 11 | 111000 | 10101011 | 1010 | 101000 |
Color Harmonies of #5B6F6C
Complementary color
Monochromatic Colors of #5B6F6C
Black with #5B6F6C
Text Example
Text Example
White with #5B6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F6C; }
p { color: rgb(91,111,108); }
H1.HeaderClassName
{
color: #5B6F6C;
}
.AnyTagClassName
{
color: #5B6F6C;
}
</style>
background-color css
<style>
a { background-color: #5B6F6C; }
a { background-color: rgb(91,111,108); }
div.DivClassName
{
background-color: #5B6F6C;
}
.BgClassName
{
background-color: #5B6F6C;
}
</style>
border-color css
<style>
span { border-color: #5B6F6C; }
span { border-color: rgb(91,111,108); }
td.TdClassName
{
border-color: #5B6F6C;
}
.TagClassName
{
border-color: #5B6F6C;
}
</style>