Shades of Bright Grey #555966
Tints of Bright Grey #555966
RGB
CMYK
RGB Variations
Color information
#555966 (or 0x555966) is known color: Bright Grey. HEX triplet: 55, 59 and 66. RGB value is (85,89,102). Sum of RGB (Red+Green+Blue) = 85+89+102=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 102 - color contains mainly: blue. Hex color #555966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555966 is #AAA699. Grayscale: #595959. Windows color (decimal): -11183770 or 6707541. OLE color: 6707541.
HSL color Cylindrical-coordinate representation of color #555966: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555966 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 89 | 102 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.6 |
| HSL | 225.88º | 0.09% | 0.37% | - |
| HSV(B) | 225.88º | 0.17% | 0.4% | - |
| XYZ | 9.72 | 10.04 | 14 | - |
| YUV | 89.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 102 | 0.17 | 0.13 | 0 | 0.6 | 225.88 | 0.09 | 0.37 |
| Hex | 55 | 59 | 66 | 11 | D | 0 | 3C | E2 | 9 | 25 |
| Octal | 125 | 131 | 146 | 21 | 15 | 0 | 74 | 342 | 11 | 45 |
| Binary | 1010101 | 1011001 | 1100110 | 10001 | 1101 | 0 | 111100 | 11100010 | 1001 | 100101 |
Color Harmonies of #555966
Complementary color
Monochromatic Colors of #555966
Black with #555966
Text Example
Text Example
White with #555966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555966; }
p { color: rgb(85,89,102); }
H1.HeaderClassName
{
color: #555966;
}
.AnyTagClassName
{
color: #555966;
}
</style>
background-color css
<style>
a { background-color: #555966; }
a { background-color: rgb(85,89,102); }
div.DivClassName
{
background-color: #555966;
}
.BgClassName
{
background-color: #555966;
}
</style>
border-color css
<style>
span { border-color: #555966; }
span { border-color: rgb(85,89,102); }
td.TdClassName
{
border-color: #555966;
}
.TagClassName
{
border-color: #555966;
}
</style>