Shades of William #5D6B69
Tints of William #5D6B69
RGB
CMYK
RGB Variations
Color information
#5D6B69 (or 0x5D6B69) is known color: William. HEX triplet: 5D, 6B and 69. RGB value is (93,107,105). Sum of RGB (Red+Green+Blue) = 93+107+105=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6B69 is #A29496. Grayscale: #666666. Windows color (decimal): -10654871 or 6908765. OLE color: 6908765.
HSL color Cylindrical-coordinate representation of color #5D6B69: hue angle of 171.43º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D6B69 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 107 | 105 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.58 |
| HSL | 171.43º | 0.07% | 0.39% | - |
| HSV(B) | 171.43º | 0.13% | 0.42% | - |
| XYZ | 12.32 | 13.86 | 15.39 | - |
| YUV | 102.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 105 | 0.13 | 0 | 0.02 | 0.58 | 171.43 | 0.07 | 0.39 |
| Hex | 5D | 6B | 69 | D | 0 | 2 | 3A | AB | 7 | 27 |
| Octal | 135 | 153 | 151 | 15 | 0 | 2 | 72 | 253 | 7 | 47 |
| Binary | 1011101 | 1101011 | 1101001 | 1101 | 0 | 10 | 111010 | 10101011 | 111 | 100111 |
Color Harmonies of #5D6B69
Complementary color
Monochromatic Colors of #5D6B69
Black with #5D6B69
Text Example
Text Example
White with #5D6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B69; }
p { color: rgb(93,107,105); }
H1.HeaderClassName
{
color: #5D6B69;
}
.AnyTagClassName
{
color: #5D6B69;
}
</style>
background-color css
<style>
a { background-color: #5D6B69; }
a { background-color: rgb(93,107,105); }
div.DivClassName
{
background-color: #5D6B69;
}
.BgClassName
{
background-color: #5D6B69;
}
</style>
border-color css
<style>
span { border-color: #5D6B69; }
span { border-color: rgb(93,107,105); }
td.TdClassName
{
border-color: #5D6B69;
}
.TagClassName
{
border-color: #5D6B69;
}
</style>