Shades of Bright Grey #555766
Tints of Bright Grey #555766
RGB
CMYK
RGB Variations
Color information
#555766 (or 0x555766) is known color: Bright Grey. HEX triplet: 55, 57 and 66. RGB value is (85,87,102). Sum of RGB (Red+Green+Blue) = 85+87+102=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #555766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555766 is #AAA899. Grayscale: #585858. Windows color (decimal): -11184282 or 6707029. OLE color: 6707029.
HSL color Cylindrical-coordinate representation of color #555766: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555766 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 87 | 102 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.6 |
| HSL | 232.94º | 0.09% | 0.37% | - |
| HSV(B) | 232.94º | 0.17% | 0.4% | - |
| XYZ | 9.55 | 9.71 | 13.94 | - |
| YUV | 88.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 102 | 0.17 | 0.15 | 0 | 0.6 | 232.94 | 0.09 | 0.37 |
| Hex | 55 | 57 | 66 | 11 | F | 0 | 3C | E9 | 9 | 25 |
| Octal | 125 | 127 | 146 | 21 | 17 | 0 | 74 | 351 | 11 | 45 |
| Binary | 1010101 | 1010111 | 1100110 | 10001 | 1111 | 0 | 111100 | 11101001 | 1001 | 100101 |
Color Harmonies of #555766
Complementary color
Monochromatic Colors of #555766
Black with #555766
Text Example
Text Example
White with #555766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555766; }
p { color: rgb(85,87,102); }
H1.HeaderClassName
{
color: #555766;
}
.AnyTagClassName
{
color: #555766;
}
</style>
background-color css
<style>
a { background-color: #555766; }
a { background-color: rgb(85,87,102); }
div.DivClassName
{
background-color: #555766;
}
.BgClassName
{
background-color: #555766;
}
</style>
border-color css
<style>
span { border-color: #555766; }
span { border-color: rgb(85,87,102); }
td.TdClassName
{
border-color: #555766;
}
.TagClassName
{
border-color: #555766;
}
</style>