Shades of William #5B746E
Tints of William #5B746E
RGB
CMYK
RGB Variations
Color information
#5B746E (or 0x5B746E) is known color: William. HEX triplet: 5B, 74 and 6E. RGB value is (91,116,110). Sum of RGB (Red+Green+Blue) = 91+116+110=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #5B746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B746E is #A48B91. Grayscale: #6B6B6B. Windows color (decimal): -10783634 or 7238747. OLE color: 7238747.
HSL color Cylindrical-coordinate representation of color #5B746E: hue angle of 165.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B746E is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 110 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.55 |
| HSL | 165.6º | 0.12% | 0.41% | - |
| HSV(B) | 165.6º | 0.22% | 0.45% | - |
| XYZ | 13.37 | 15.84 | 17.1 | - |
| YUV | 107.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 110 | 0.22 | 0 | 0.05 | 0.55 | 165.6 | 0.12 | 0.41 |
| Hex | 5B | 74 | 6E | 16 | 0 | 5 | 37 | A6 | C | 29 |
| Octal | 133 | 164 | 156 | 26 | 0 | 5 | 67 | 246 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1101110 | 10110 | 0 | 101 | 110111 | 10100110 | 1100 | 101001 |
Color Harmonies of #5B746E
Complementary color
Monochromatic Colors of #5B746E
Black with #5B746E
Text Example
Text Example
White with #5B746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B746E; }
p { color: rgb(91,116,110); }
H1.HeaderClassName
{
color: #5B746E;
}
.AnyTagClassName
{
color: #5B746E;
}
</style>
background-color css
<style>
a { background-color: #5B746E; }
a { background-color: rgb(91,116,110); }
div.DivClassName
{
background-color: #5B746E;
}
.BgClassName
{
background-color: #5B746E;
}
</style>
border-color css
<style>
span { border-color: #5B746E; }
span { border-color: rgb(91,116,110); }
td.TdClassName
{
border-color: #5B746E;
}
.TagClassName
{
border-color: #5B746E;
}
</style>