Shades of William #5B6864
Tints of William #5B6864
RGB
CMYK
RGB Variations
Color information
#5B6864 (or 0x5B6864) is known color: William. HEX triplet: 5B, 68 and 64. RGB value is (91,104,100). Sum of RGB (Red+Green+Blue) = 91+104+100=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #5B6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6864 is #A4979B. Grayscale: #636363. Windows color (decimal): -10786716 or 6580315. OLE color: 6580315.
HSL color Cylindrical-coordinate representation of color #5B6864: hue angle of 161.54º 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 #5B6864 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 100 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.59 |
| HSL | 161.54º | 0.07% | 0.38% | - |
| HSV(B) | 161.54º | 0.13% | 0.41% | - |
| XYZ | 11.56 | 13.04 | 13.96 | - |
| YUV | 99.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 100 | 0.12 | 0 | 0.04 | 0.59 | 161.54 | 0.07 | 0.38 |
| Hex | 5B | 68 | 64 | C | 0 | 4 | 3B | A2 | 7 | 26 |
| Octal | 133 | 150 | 144 | 14 | 0 | 4 | 73 | 242 | 7 | 46 |
| Binary | 1011011 | 1101000 | 1100100 | 1100 | 0 | 100 | 111011 | 10100010 | 111 | 100110 |
Color Harmonies of #5B6864
Complementary color
Monochromatic Colors of #5B6864
Black with #5B6864
Text Example
Text Example
White with #5B6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6864; }
p { color: rgb(91,104,100); }
H1.HeaderClassName
{
color: #5B6864;
}
.AnyTagClassName
{
color: #5B6864;
}
</style>
background-color css
<style>
a { background-color: #5B6864; }
a { background-color: rgb(91,104,100); }
div.DivClassName
{
background-color: #5B6864;
}
.BgClassName
{
background-color: #5B6864;
}
</style>
border-color css
<style>
span { border-color: #5B6864; }
span { border-color: rgb(91,104,100); }
td.TdClassName
{
border-color: #5B6864;
}
.TagClassName
{
border-color: #5B6864;
}
</style>