Shades of William #5B706E
Tints of William #5B706E
RGB
CMYK
RGB Variations
Color information
#5B706E (or 0x5B706E) is known color: William. HEX triplet: 5B, 70 and 6E. RGB value is (91,112,110). Sum of RGB (Red+Green+Blue) = 91+112+110=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #5B706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B706E is #A48F91. Grayscale: #696969. Windows color (decimal): -10784658 or 7237723. OLE color: 7237723.
HSL color Cylindrical-coordinate representation of color #5B706E: hue angle of 174.29º degrees, saturation: 0.1, 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 #5B706E is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 110 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.56 |
| HSL | 174.29º | 0.1% | 0.4% | - |
| HSV(B) | 174.29º | 0.19% | 0.44% | - |
| XYZ | 12.92 | 14.94 | 16.95 | - |
| YUV | 105.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 110 | 0.19 | 0 | 0.02 | 0.56 | 174.29 | 0.1 | 0.4 |
| Hex | 5B | 70 | 6E | 13 | 0 | 2 | 38 | AE | A | 28 |
| Octal | 133 | 160 | 156 | 23 | 0 | 2 | 70 | 256 | 12 | 50 |
| Binary | 1011011 | 1110000 | 1101110 | 10011 | 0 | 10 | 111000 | 10101110 | 1010 | 101000 |
Color Harmonies of #5B706E
Complementary color
Monochromatic Colors of #5B706E
Black with #5B706E
Text Example
Text Example
White with #5B706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B706E; }
p { color: rgb(91,112,110); }
H1.HeaderClassName
{
color: #5B706E;
}
.AnyTagClassName
{
color: #5B706E;
}
</style>
background-color css
<style>
a { background-color: #5B706E; }
a { background-color: rgb(91,112,110); }
div.DivClassName
{
background-color: #5B706E;
}
.BgClassName
{
background-color: #5B706E;
}
</style>
border-color css
<style>
span { border-color: #5B706E; }
span { border-color: rgb(91,112,110); }
td.TdClassName
{
border-color: #5B706E;
}
.TagClassName
{
border-color: #5B706E;
}
</style>