Shades of William #506A64
Tints of William #506A64
RGB
CMYK
RGB Variations
Color information
#506A64 (or 0x506A64) is known color: William. HEX triplet: 50, 6A and 64. RGB value is (80,106,100). Sum of RGB (Red+Green+Blue) = 80+106+100=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #506A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A64 is #AF959B. Grayscale: #616161. Windows color (decimal): -11507100 or 6580816. OLE color: 6580816.
HSL color Cylindrical-coordinate representation of color #506A64: hue angle of 166.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A64 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 106 | 100 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.58 |
| HSL | 166.15º | 0.14% | 0.36% | - |
| HSV(B) | 166.15º | 0.25% | 0.42% | - |
| XYZ | 10.76 | 12.93 | 13.99 | - |
| YUV | 97.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 100 | 0.25 | 0 | 0.06 | 0.58 | 166.15 | 0.14 | 0.36 |
| Hex | 50 | 6A | 64 | 19 | 0 | 6 | 3A | A6 | E | 24 |
| Octal | 120 | 152 | 144 | 31 | 0 | 6 | 72 | 246 | 16 | 44 |
| Binary | 1010000 | 1101010 | 1100100 | 11001 | 0 | 110 | 111010 | 10100110 | 1110 | 100100 |
Color Harmonies of #506A64
Complementary color
Monochromatic Colors of #506A64
Black with #506A64
Text Example
Text Example
White with #506A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A64; }
p { color: rgb(80,106,100); }
H1.HeaderClassName
{
color: #506A64;
}
.AnyTagClassName
{
color: #506A64;
}
</style>
background-color css
<style>
a { background-color: #506A64; }
a { background-color: rgb(80,106,100); }
div.DivClassName
{
background-color: #506A64;
}
.BgClassName
{
background-color: #506A64;
}
</style>
border-color css
<style>
span { border-color: #506A64; }
span { border-color: rgb(80,106,100); }
td.TdClassName
{
border-color: #506A64;
}
.TagClassName
{
border-color: #506A64;
}
</style>