Shades of Bright Grey #555C66
Tints of Bright Grey #555C66
RGB
CMYK
RGB Variations
Color information
#555C66 (or 0x555C66) is known color: Bright Grey. HEX triplet: 55, 5C and 66. RGB value is (85,92,102). Sum of RGB (Red+Green+Blue) = 85+92+102=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #555C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C66 is #AAA399. Grayscale: #5B5B5B. Windows color (decimal): -11183002 or 6708309. OLE color: 6708309.
HSL color Cylindrical-coordinate representation of color #555C66: hue angle of 215.29º 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 #555C66 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 92 | 102 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.6 |
| HSL | 215.29º | 0.09% | 0.37% | - |
| HSV(B) | 215.29º | 0.17% | 0.4% | - |
| XYZ | 9.97 | 10.54 | 14.08 | - |
| YUV | 91.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 102 | 0.17 | 0.10 | 0 | 0.6 | 215.29 | 0.09 | 0.37 |
| Hex | 55 | 5C | 66 | 11 | A | 0 | 3C | D7 | 9 | 25 |
| Octal | 125 | 134 | 146 | 21 | 12 | 0 | 74 | 327 | 11 | 45 |
| Binary | 1010101 | 1011100 | 1100110 | 10001 | 1010 | 0 | 111100 | 11010111 | 1001 | 100101 |
Color Harmonies of #555C66
Complementary color
Monochromatic Colors of #555C66
Black with #555C66
Text Example
Text Example
White with #555C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C66; }
p { color: rgb(85,92,102); }
H1.HeaderClassName
{
color: #555C66;
}
.AnyTagClassName
{
color: #555C66;
}
</style>
background-color css
<style>
a { background-color: #555C66; }
a { background-color: rgb(85,92,102); }
div.DivClassName
{
background-color: #555C66;
}
.BgClassName
{
background-color: #555C66;
}
</style>
border-color css
<style>
span { border-color: #555C66; }
span { border-color: rgb(85,92,102); }
td.TdClassName
{
border-color: #555C66;
}
.TagClassName
{
border-color: #555C66;
}
</style>