Shades of William #5D6A68
Tints of William #5D6A68
RGB
CMYK
RGB Variations
Color information
#5D6A68 (or 0x5D6A68) is known color: William. HEX triplet: 5D, 6A and 68. RGB value is (93,106,104). Sum of RGB (Red+Green+Blue) = 93+106+104=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 106 - color contains mainly: green. Hex color #5D6A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6A68 is #A29597. Grayscale: #656565. Windows color (decimal): -10655128 or 6842973. OLE color: 6842973.
HSL color Cylindrical-coordinate representation of color #5D6A68: hue angle of 170.77º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D6A68 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 106 | 104 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.58 |
| HSL | 170.77º | 0.07% | 0.39% | - |
| HSV(B) | 170.77º | 0.12% | 0.42% | - |
| XYZ | 12.17 | 13.63 | 15.09 | - |
| YUV | 101.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 104 | 0.12 | 0 | 0.02 | 0.58 | 170.77 | 0.07 | 0.39 |
| Hex | 5D | 6A | 68 | C | 0 | 2 | 3A | AB | 7 | 27 |
| Octal | 135 | 152 | 150 | 14 | 0 | 2 | 72 | 253 | 7 | 47 |
| Binary | 1011101 | 1101010 | 1101000 | 1100 | 0 | 10 | 111010 | 10101011 | 111 | 100111 |
Color Harmonies of #5D6A68
Complementary color
Monochromatic Colors of #5D6A68
Black with #5D6A68
Text Example
Text Example
White with #5D6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6A68; }
p { color: rgb(93,106,104); }
H1.HeaderClassName
{
color: #5D6A68;
}
.AnyTagClassName
{
color: #5D6A68;
}
</style>
background-color css
<style>
a { background-color: #5D6A68; }
a { background-color: rgb(93,106,104); }
div.DivClassName
{
background-color: #5D6A68;
}
.BgClassName
{
background-color: #5D6A68;
}
</style>
border-color css
<style>
span { border-color: #5D6A68; }
span { border-color: rgb(93,106,104); }
td.TdClassName
{
border-color: #5D6A68;
}
.TagClassName
{
border-color: #5D6A68;
}
</style>