Shades of Bright Grey #555962
Tints of Bright Grey #555962
RGB
CMYK
RGB Variations
Color information
#555962 (or 0x555962) is known color: Bright Grey. HEX triplet: 55, 59 and 62. RGB value is (85,89,98). Sum of RGB (Red+Green+Blue) = 85+89+98=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #555962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555962 is #AAA69D. Grayscale: #585858. Windows color (decimal): -11183774 or 6445397. OLE color: 6445397.
HSL color Cylindrical-coordinate representation of color #555962: hue angle of 221.54º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #555962 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 89 | 98 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.62 |
| HSL | 221.54º | 0.07% | 0.36% | - |
| HSV(B) | 221.54º | 0.13% | 0.38% | - |
| XYZ | 9.52 | 9.96 | 12.98 | - |
| YUV | 88.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 98 | 0.13 | 0.09 | 0 | 0.62 | 221.54 | 0.07 | 0.36 |
| Hex | 55 | 59 | 62 | D | 9 | 0 | 3E | DE | 7 | 24 |
| Octal | 125 | 131 | 142 | 15 | 11 | 0 | 76 | 336 | 7 | 44 |
| Binary | 1010101 | 1011001 | 1100010 | 1101 | 1001 | 0 | 111110 | 11011110 | 111 | 100100 |
Color Harmonies of #555962
Complementary color
Monochromatic Colors of #555962
Black with #555962
Text Example
Text Example
White with #555962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555962; }
p { color: rgb(85,89,98); }
H1.HeaderClassName
{
color: #555962;
}
.AnyTagClassName
{
color: #555962;
}
</style>
background-color css
<style>
a { background-color: #555962; }
a { background-color: rgb(85,89,98); }
div.DivClassName
{
background-color: #555962;
}
.BgClassName
{
background-color: #555962;
}
</style>
border-color css
<style>
span { border-color: #555962; }
span { border-color: rgb(85,89,98); }
td.TdClassName
{
border-color: #555962;
}
.TagClassName
{
border-color: #555962;
}
</style>