Shades of Bright Grey #555963
Tints of Bright Grey #555963
RGB
CMYK
RGB Variations
Color information
#555963 (or 0x555963) is known color: Bright Grey. HEX triplet: 55, 59 and 63. RGB value is (85,89,99). Sum of RGB (Red+Green+Blue) = 85+89+99=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #555963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555963 is #AAA69C. Grayscale: #585858. Windows color (decimal): -11183773 or 6510933. OLE color: 6510933.
HSL color Cylindrical-coordinate representation of color #555963: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555963 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 89 | 99 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.61 |
| HSL | 222.86º | 0.08% | 0.36% | - |
| HSV(B) | 222.86º | 0.14% | 0.39% | - |
| XYZ | 9.57 | 9.98 | 13.23 | - |
| YUV | 88.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 99 | 0.14 | 0.10 | 0 | 0.61 | 222.86 | 0.08 | 0.36 |
| Hex | 55 | 59 | 63 | E | A | 0 | 3D | DF | 8 | 24 |
| Octal | 125 | 131 | 143 | 16 | 12 | 0 | 75 | 337 | 10 | 44 |
| Binary | 1010101 | 1011001 | 1100011 | 1110 | 1010 | 0 | 111101 | 11011111 | 1000 | 100100 |
Color Harmonies of #555963
Complementary color
Monochromatic Colors of #555963
Black with #555963
Text Example
Text Example
White with #555963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555963; }
p { color: rgb(85,89,99); }
H1.HeaderClassName
{
color: #555963;
}
.AnyTagClassName
{
color: #555963;
}
</style>
background-color css
<style>
a { background-color: #555963; }
a { background-color: rgb(85,89,99); }
div.DivClassName
{
background-color: #555963;
}
.BgClassName
{
background-color: #555963;
}
</style>
border-color css
<style>
span { border-color: #555963; }
span { border-color: rgb(85,89,99); }
td.TdClassName
{
border-color: #555963;
}
.TagClassName
{
border-color: #555963;
}
</style>