Shades of Bright Grey #555B66
Tints of Bright Grey #555B66
RGB
CMYK
RGB Variations
Color information
#555B66 (or 0x555B66) is known color: Bright Grey. HEX triplet: 55, 5B and 66. RGB value is (85,91,102). Sum of RGB (Red+Green+Blue) = 85+91+102=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #555B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B66 is #AAA499. Grayscale: #5A5A5A. Windows color (decimal): -11183258 or 6708053. OLE color: 6708053.
HSL color Cylindrical-coordinate representation of color #555B66: hue angle of 218.82º 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 #555B66 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 91 | 102 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.6 |
| HSL | 218.82º | 0.09% | 0.37% | - |
| HSV(B) | 218.82º | 0.17% | 0.4% | - |
| XYZ | 9.89 | 10.37 | 14.05 | - |
| YUV | 90.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 102 | 0.17 | 0.11 | 0 | 0.6 | 218.82 | 0.09 | 0.37 |
| Hex | 55 | 5B | 66 | 11 | B | 0 | 3C | DB | 9 | 25 |
| Octal | 125 | 133 | 146 | 21 | 13 | 0 | 74 | 333 | 11 | 45 |
| Binary | 1010101 | 1011011 | 1100110 | 10001 | 1011 | 0 | 111100 | 11011011 | 1001 | 100101 |
Color Harmonies of #555B66
Complementary color
Monochromatic Colors of #555B66
Black with #555B66
Text Example
Text Example
White with #555B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B66; }
p { color: rgb(85,91,102); }
H1.HeaderClassName
{
color: #555B66;
}
.AnyTagClassName
{
color: #555B66;
}
</style>
background-color css
<style>
a { background-color: #555B66; }
a { background-color: rgb(85,91,102); }
div.DivClassName
{
background-color: #555B66;
}
.BgClassName
{
background-color: #555B66;
}
</style>
border-color css
<style>
span { border-color: #555B66; }
span { border-color: rgb(85,91,102); }
td.TdClassName
{
border-color: #555B66;
}
.TagClassName
{
border-color: #555B66;
}
</style>