Shades of William #556965
Tints of William #556965
RGB
CMYK
RGB Variations
Color information
#556965 (or 0x556965) is known color: William. HEX triplet: 55, 69 and 65. RGB value is (85,105,101). Sum of RGB (Red+Green+Blue) = 85+105+101=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #556965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556965 is #AA969A. Grayscale: #626262. Windows color (decimal): -11179675 or 6646101. OLE color: 6646101.
HSL color Cylindrical-coordinate representation of color #556965: hue angle of 168º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556965 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 101 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.59 |
| HSL | 168º | 0.11% | 0.37% | - |
| HSV(B) | 168º | 0.19% | 0.41% | - |
| XYZ | 11.15 | 12.97 | 14.23 | - |
| YUV | 98.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 101 | 0.19 | 0 | 0.04 | 0.59 | 168 | 0.11 | 0.37 |
| Hex | 55 | 69 | 65 | 13 | 0 | 4 | 3B | A8 | B | 25 |
| Octal | 125 | 151 | 145 | 23 | 0 | 4 | 73 | 250 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1100101 | 10011 | 0 | 100 | 111011 | 10101000 | 1011 | 100101 |
Color Harmonies of #556965
Complementary color
Monochromatic Colors of #556965
Black with #556965
Text Example
Text Example
White with #556965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556965; }
p { color: rgb(85,105,101); }
H1.HeaderClassName
{
color: #556965;
}
.AnyTagClassName
{
color: #556965;
}
</style>
background-color css
<style>
a { background-color: #556965; }
a { background-color: rgb(85,105,101); }
div.DivClassName
{
background-color: #556965;
}
.BgClassName
{
background-color: #556965;
}
</style>
border-color css
<style>
span { border-color: #556965; }
span { border-color: rgb(85,105,101); }
td.TdClassName
{
border-color: #556965;
}
.TagClassName
{
border-color: #556965;
}
</style>