Shades of Bright Grey #555861
Tints of Bright Grey #555861
RGB
CMYK
RGB Variations
Color information
#555861 (or 0x555861) is known color: Bright Grey. HEX triplet: 55, 58 and 61. RGB value is (85,88,97). Sum of RGB (Red+Green+Blue) = 85+88+97=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #555861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555861 is #AAA79E. Grayscale: #585858. Windows color (decimal): -11184031 or 6379605. OLE color: 6379605.
HSL color Cylindrical-coordinate representation of color #555861: hue angle of 225º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555861 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 88 | 97 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.62 |
| HSL | 225º | 0.07% | 0.36% | - |
| HSV(B) | 225º | 0.12% | 0.38% | - |
| XYZ | 9.39 | 9.77 | 12.7 | - |
| YUV | 88.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 97 | 0.12 | 0.09 | 0 | 0.62 | 225 | 0.07 | 0.36 |
| Hex | 55 | 58 | 61 | C | 9 | 0 | 3E | E1 | 7 | 24 |
| Octal | 125 | 130 | 141 | 14 | 11 | 0 | 76 | 341 | 7 | 44 |
| Binary | 1010101 | 1011000 | 1100001 | 1100 | 1001 | 0 | 111110 | 11100001 | 111 | 100100 |
Color Harmonies of #555861
Complementary color
Monochromatic Colors of #555861
Black with #555861
Text Example
Text Example
White with #555861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555861; }
p { color: rgb(85,88,97); }
H1.HeaderClassName
{
color: #555861;
}
.AnyTagClassName
{
color: #555861;
}
</style>
background-color css
<style>
a { background-color: #555861; }
a { background-color: rgb(85,88,97); }
div.DivClassName
{
background-color: #555861;
}
.BgClassName
{
background-color: #555861;
}
</style>
border-color css
<style>
span { border-color: #555861; }
span { border-color: rgb(85,88,97); }
td.TdClassName
{
border-color: #555861;
}
.TagClassName
{
border-color: #555861;
}
</style>