Shades of Bright Grey #555863
Tints of Bright Grey #555863
RGB
CMYK
RGB Variations
Color information
#555863 (or 0x555863) is known color: Bright Grey. HEX triplet: 55, 58 and 63. RGB value is (85,88,99). Sum of RGB (Red+Green+Blue) = 85+88+99=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #555863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555863 is #AAA79C. Grayscale: #585858. Windows color (decimal): -11184029 or 6510677. OLE color: 6510677.
HSL color Cylindrical-coordinate representation of color #555863: hue angle of 227.14º 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 #555863 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 88 | 99 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.61 |
| HSL | 227.14º | 0.08% | 0.36% | - |
| HSV(B) | 227.14º | 0.14% | 0.39% | - |
| XYZ | 9.49 | 9.81 | 13.2 | - |
| YUV | 88.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 99 | 0.14 | 0.11 | 0 | 0.61 | 227.14 | 0.08 | 0.36 |
| Hex | 55 | 58 | 63 | E | B | 0 | 3D | E3 | 8 | 24 |
| Octal | 125 | 130 | 143 | 16 | 13 | 0 | 75 | 343 | 10 | 44 |
| Binary | 1010101 | 1011000 | 1100011 | 1110 | 1011 | 0 | 111101 | 11100011 | 1000 | 100100 |
Color Harmonies of #555863
Complementary color
Monochromatic Colors of #555863
Black with #555863
Text Example
Text Example
White with #555863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555863; }
p { color: rgb(85,88,99); }
H1.HeaderClassName
{
color: #555863;
}
.AnyTagClassName
{
color: #555863;
}
</style>
background-color css
<style>
a { background-color: #555863; }
a { background-color: rgb(85,88,99); }
div.DivClassName
{
background-color: #555863;
}
.BgClassName
{
background-color: #555863;
}
</style>
border-color css
<style>
span { border-color: #555863; }
span { border-color: rgb(85,88,99); }
td.TdClassName
{
border-color: #555863;
}
.TagClassName
{
border-color: #555863;
}
</style>