Shades of William #506865
Tints of William #506865
RGB
CMYK
RGB Variations
Color information
#506865 (or 0x506865) is known color: William. HEX triplet: 50, 68 and 65. RGB value is (80,104,101). Sum of RGB (Red+Green+Blue) = 80+104+101=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #506865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506865 is #AF979A. Grayscale: #606060. Windows color (decimal): -11507611 or 6645840. OLE color: 6645840.
HSL color Cylindrical-coordinate representation of color #506865: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506865 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 101 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.59 |
| HSL | 172.5º | 0.13% | 0.36% | - |
| HSV(B) | 172.5º | 0.23% | 0.41% | - |
| XYZ | 10.61 | 12.55 | 14.17 | - |
| YUV | 96.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 101 | 0.23 | 0 | 0.03 | 0.59 | 172.5 | 0.13 | 0.36 |
| Hex | 50 | 68 | 65 | 17 | 0 | 3 | 3B | AC | D | 24 |
| Octal | 120 | 150 | 145 | 27 | 0 | 3 | 73 | 254 | 15 | 44 |
| Binary | 1010000 | 1101000 | 1100101 | 10111 | 0 | 11 | 111011 | 10101100 | 1101 | 100100 |
Color Harmonies of #506865
Complementary color
Monochromatic Colors of #506865
Black with #506865
Text Example
Text Example
White with #506865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506865; }
p { color: rgb(80,104,101); }
H1.HeaderClassName
{
color: #506865;
}
.AnyTagClassName
{
color: #506865;
}
</style>
background-color css
<style>
a { background-color: #506865; }
a { background-color: rgb(80,104,101); }
div.DivClassName
{
background-color: #506865;
}
.BgClassName
{
background-color: #506865;
}
</style>
border-color css
<style>
span { border-color: #506865; }
span { border-color: rgb(80,104,101); }
td.TdClassName
{
border-color: #506865;
}
.TagClassName
{
border-color: #506865;
}
</style>