Shades of William #5B6A68
Tints of William #5B6A68
RGB
CMYK
RGB Variations
Color information
#5B6A68 (or 0x5B6A68) is known color: William. HEX triplet: 5B, 6A and 68. RGB value is (91,106,104). Sum of RGB (Red+Green+Blue) = 91+106+104=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A68 is #A49597. Grayscale: #656565. Windows color (decimal): -10786200 or 6842971. OLE color: 6842971.
HSL color Cylindrical-coordinate representation of color #5B6A68: hue angle of 172º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B6A68 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 106 | 104 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.58 |
| HSL | 172º | 0.08% | 0.39% | - |
| HSV(B) | 172º | 0.14% | 0.42% | - |
| XYZ | 11.97 | 13.53 | 15.08 | - |
| YUV | 101.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 104 | 0.14 | 0 | 0.02 | 0.58 | 172 | 0.08 | 0.39 |
| Hex | 5B | 6A | 68 | E | 0 | 2 | 3A | AC | 8 | 27 |
| Octal | 133 | 152 | 150 | 16 | 0 | 2 | 72 | 254 | 10 | 47 |
| Binary | 1011011 | 1101010 | 1101000 | 1110 | 0 | 10 | 111010 | 10101100 | 1000 | 100111 |
Color Harmonies of #5B6A68
Complementary color
Monochromatic Colors of #5B6A68
Black with #5B6A68
Text Example
Text Example
White with #5B6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6A68; }
p { color: rgb(91,106,104); }
H1.HeaderClassName
{
color: #5B6A68;
}
.AnyTagClassName
{
color: #5B6A68;
}
</style>
background-color css
<style>
a { background-color: #5B6A68; }
a { background-color: rgb(91,106,104); }
div.DivClassName
{
background-color: #5B6A68;
}
.BgClassName
{
background-color: #5B6A68;
}
</style>
border-color css
<style>
span { border-color: #5B6A68; }
span { border-color: rgb(91,106,104); }
td.TdClassName
{
border-color: #5B6A68;
}
.TagClassName
{
border-color: #5B6A68;
}
</style>