Shades of William #5B716C
Tints of William #5B716C
RGB
CMYK
RGB Variations
Color information
#5B716C (or 0x5B716C) is known color: William. HEX triplet: 5B, 71 and 6C. RGB value is (91,113,108). Sum of RGB (Red+Green+Blue) = 91+113+108=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #5B716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B716C is #A48E93. Grayscale: #696969. Windows color (decimal): -10784404 or 7106907. OLE color: 7106907.
HSL color Cylindrical-coordinate representation of color #5B716C: hue angle of 166.36º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B716C is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 113 | 108 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.56 |
| HSL | 166.36º | 0.11% | 0.4% | - |
| HSV(B) | 166.36º | 0.19% | 0.44% | - |
| XYZ | 12.93 | 15.12 | 16.42 | - |
| YUV | 105.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 108 | 0.19 | 0 | 0.04 | 0.56 | 166.36 | 0.11 | 0.4 |
| Hex | 5B | 71 | 6C | 13 | 0 | 4 | 38 | A6 | B | 28 |
| Octal | 133 | 161 | 154 | 23 | 0 | 4 | 70 | 246 | 13 | 50 |
| Binary | 1011011 | 1110001 | 1101100 | 10011 | 0 | 100 | 111000 | 10100110 | 1011 | 101000 |
Color Harmonies of #5B716C
Complementary color
Monochromatic Colors of #5B716C
Black with #5B716C
Text Example
Text Example
White with #5B716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B716C; }
p { color: rgb(91,113,108); }
H1.HeaderClassName
{
color: #5B716C;
}
.AnyTagClassName
{
color: #5B716C;
}
</style>
background-color css
<style>
a { background-color: #5B716C; }
a { background-color: rgb(91,113,108); }
div.DivClassName
{
background-color: #5B716C;
}
.BgClassName
{
background-color: #5B716C;
}
</style>
border-color css
<style>
span { border-color: #5B716C; }
span { border-color: rgb(91,113,108); }
td.TdClassName
{
border-color: #5B716C;
}
.TagClassName
{
border-color: #5B716C;
}
</style>