Shades of William #506C67
Tints of William #506C67
RGB
CMYK
RGB Variations
Color information
#506C67 (or 0x506C67) is known color: William. HEX triplet: 50, 6C and 67. RGB value is (80,108,103). Sum of RGB (Red+Green+Blue) = 80+108+103=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #506C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C67 is #AF9398. Grayscale: #636363. Windows color (decimal): -11506585 or 6777936. OLE color: 6777936.
HSL color Cylindrical-coordinate representation of color #506C67: hue angle of 169.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506C67 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 108 | 103 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.58 |
| HSL | 169.29º | 0.15% | 0.37% | - |
| HSV(B) | 169.29º | 0.26% | 0.42% | - |
| XYZ | 11.12 | 13.41 | 14.83 | - |
| YUV | 99.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 103 | 0.26 | 0 | 0.05 | 0.58 | 169.29 | 0.15 | 0.37 |
| Hex | 50 | 6C | 67 | 1A | 0 | 5 | 3A | A9 | F | 25 |
| Octal | 120 | 154 | 147 | 32 | 0 | 5 | 72 | 251 | 17 | 45 |
| Binary | 1010000 | 1101100 | 1100111 | 11010 | 0 | 101 | 111010 | 10101001 | 1111 | 100101 |
Color Harmonies of #506C67
Complementary color
Monochromatic Colors of #506C67
Black with #506C67
Text Example
Text Example
White with #506C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C67; }
p { color: rgb(80,108,103); }
H1.HeaderClassName
{
color: #506C67;
}
.AnyTagClassName
{
color: #506C67;
}
</style>
background-color css
<style>
a { background-color: #506C67; }
a { background-color: rgb(80,108,103); }
div.DivClassName
{
background-color: #506C67;
}
.BgClassName
{
background-color: #506C67;
}
</style>
border-color css
<style>
span { border-color: #506C67; }
span { border-color: rgb(80,108,103); }
td.TdClassName
{
border-color: #506C67;
}
.TagClassName
{
border-color: #506C67;
}
</style>