Shades of Bright Grey #555A63
Tints of Bright Grey #555A63
RGB
CMYK
RGB Variations
Color information
#555A63 (or 0x555A63) is known color: Bright Grey. HEX triplet: 55, 5A and 63. RGB value is (85,90,99). Sum of RGB (Red+Green+Blue) = 85+90+99=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #555A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A63 is #AAA59C. Grayscale: #595959. Windows color (decimal): -11183517 or 6511189. OLE color: 6511189.
HSL color Cylindrical-coordinate representation of color #555A63: hue angle of 218.57º 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 #555A63 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 90 | 99 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.61 |
| HSL | 218.57º | 0.08% | 0.36% | - |
| HSV(B) | 218.57º | 0.14% | 0.39% | - |
| XYZ | 9.65 | 10.14 | 13.25 | - |
| YUV | 89.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 99 | 0.14 | 0.09 | 0 | 0.61 | 218.57 | 0.08 | 0.36 |
| Hex | 55 | 5A | 63 | E | 9 | 0 | 3D | DB | 8 | 24 |
| Octal | 125 | 132 | 143 | 16 | 11 | 0 | 75 | 333 | 10 | 44 |
| Binary | 1010101 | 1011010 | 1100011 | 1110 | 1001 | 0 | 111101 | 11011011 | 1000 | 100100 |
Color Harmonies of #555A63
Complementary color
Monochromatic Colors of #555A63
Black with #555A63
Text Example
Text Example
White with #555A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A63; }
p { color: rgb(85,90,99); }
H1.HeaderClassName
{
color: #555A63;
}
.AnyTagClassName
{
color: #555A63;
}
</style>
background-color css
<style>
a { background-color: #555A63; }
a { background-color: rgb(85,90,99); }
div.DivClassName
{
background-color: #555A63;
}
.BgClassName
{
background-color: #555A63;
}
</style>
border-color css
<style>
span { border-color: #555A63; }
span { border-color: rgb(85,90,99); }
td.TdClassName
{
border-color: #555A63;
}
.TagClassName
{
border-color: #555A63;
}
</style>