Shades of Bright Grey #555B63
Tints of Bright Grey #555B63
RGB
CMYK
RGB Variations
Color information
#555B63 (or 0x555B63) is known color: Bright Grey. HEX triplet: 55, 5B and 63. RGB value is (85,91,99). Sum of RGB (Red+Green+Blue) = 85+91+99=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #555B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B63 is #AAA49C. Grayscale: #5A5A5A. Windows color (decimal): -11183261 or 6511445. OLE color: 6511445.
HSL color Cylindrical-coordinate representation of color #555B63: hue angle of 214.29º 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 #555B63 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 91 | 99 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.61 |
| HSL | 214.29º | 0.08% | 0.36% | - |
| HSV(B) | 214.29º | 0.14% | 0.39% | - |
| XYZ | 9.74 | 10.31 | 13.28 | - |
| YUV | 90.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 99 | 0.14 | 0.08 | 0 | 0.61 | 214.29 | 0.08 | 0.36 |
| Hex | 55 | 5B | 63 | E | 8 | 0 | 3D | D6 | 8 | 24 |
| Octal | 125 | 133 | 143 | 16 | 10 | 0 | 75 | 326 | 10 | 44 |
| Binary | 1010101 | 1011011 | 1100011 | 1110 | 1000 | 0 | 111101 | 11010110 | 1000 | 100100 |
Color Harmonies of #555B63
Complementary color
Monochromatic Colors of #555B63
Black with #555B63
Text Example
Text Example
White with #555B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B63; }
p { color: rgb(85,91,99); }
H1.HeaderClassName
{
color: #555B63;
}
.AnyTagClassName
{
color: #555B63;
}
</style>
background-color css
<style>
a { background-color: #555B63; }
a { background-color: rgb(85,91,99); }
div.DivClassName
{
background-color: #555B63;
}
.BgClassName
{
background-color: #555B63;
}
</style>
border-color css
<style>
span { border-color: #555B63; }
span { border-color: rgb(85,91,99); }
td.TdClassName
{
border-color: #555B63;
}
.TagClassName
{
border-color: #555B63;
}
</style>