Shades of Bright Grey #555A62
Tints of Bright Grey #555A62
RGB
CMYK
RGB Variations
Color information
#555A62 (or 0x555A62) is known color: Bright Grey. HEX triplet: 55, 5A and 62. RGB value is (85,90,98). Sum of RGB (Red+Green+Blue) = 85+90+98=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #555A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A62 is #AAA59D. Grayscale: #595959. Windows color (decimal): -11183518 or 6445653. OLE color: 6445653.
HSL color Cylindrical-coordinate representation of color #555A62: hue angle of 216.92º 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 #555A62 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 90 | 98 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.62 |
| HSL | 216.92º | 0.07% | 0.36% | - |
| HSV(B) | 216.92º | 0.13% | 0.38% | - |
| XYZ | 9.61 | 10.13 | 13 | - |
| YUV | 89.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 98 | 0.13 | 0.08 | 0 | 0.62 | 216.92 | 0.07 | 0.36 |
| Hex | 55 | 5A | 62 | D | 8 | 0 | 3E | D9 | 7 | 24 |
| Octal | 125 | 132 | 142 | 15 | 10 | 0 | 76 | 331 | 7 | 44 |
| Binary | 1010101 | 1011010 | 1100010 | 1101 | 1000 | 0 | 111110 | 11011001 | 111 | 100100 |
Color Harmonies of #555A62
Complementary color
Monochromatic Colors of #555A62
Black with #555A62
Text Example
Text Example
White with #555A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A62; }
p { color: rgb(85,90,98); }
H1.HeaderClassName
{
color: #555A62;
}
.AnyTagClassName
{
color: #555A62;
}
</style>
background-color css
<style>
a { background-color: #555A62; }
a { background-color: rgb(85,90,98); }
div.DivClassName
{
background-color: #555A62;
}
.BgClassName
{
background-color: #555A62;
}
</style>
border-color css
<style>
span { border-color: #555A62; }
span { border-color: rgb(85,90,98); }
td.TdClassName
{
border-color: #555A62;
}
.TagClassName
{
border-color: #555A62;
}
</style>