Shades of Bright Grey #555A60
Tints of Bright Grey #555A60
RGB
CMYK
RGB Variations
Color information
#555A60 (or 0x555A60) is known color: Bright Grey. HEX triplet: 55, 5A and 60. RGB value is (85,90,96). Sum of RGB (Red+Green+Blue) = 85+90+96=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #555A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A60 is #AAA59F. Grayscale: #595959. Windows color (decimal): -11183520 or 6314581. OLE color: 6314581.
HSL color Cylindrical-coordinate representation of color #555A60: hue angle of 212.73º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555A60 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 90 | 96 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.62 |
| HSL | 212.73º | 0.06% | 0.35% | - |
| HSV(B) | 212.73º | 0.11% | 0.38% | - |
| XYZ | 9.51 | 10.09 | 12.51 | - |
| YUV | 89.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 96 | 0.11 | 0.06 | 0 | 0.62 | 212.73 | 0.06 | 0.35 |
| Hex | 55 | 5A | 60 | B | 6 | 0 | 3E | D5 | 6 | 23 |
| Octal | 125 | 132 | 140 | 13 | 6 | 0 | 76 | 325 | 6 | 43 |
| Binary | 1010101 | 1011010 | 1100000 | 1011 | 110 | 0 | 111110 | 11010101 | 110 | 100011 |
Color Harmonies of #555A60
Complementary color
Monochromatic Colors of #555A60
Black with #555A60
Text Example
Text Example
White with #555A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A60; }
p { color: rgb(85,90,96); }
H1.HeaderClassName
{
color: #555A60;
}
.AnyTagClassName
{
color: #555A60;
}
</style>
background-color css
<style>
a { background-color: #555A60; }
a { background-color: rgb(85,90,96); }
div.DivClassName
{
background-color: #555A60;
}
.BgClassName
{
background-color: #555A60;
}
</style>
border-color css
<style>
span { border-color: #555A60; }
span { border-color: rgb(85,90,96); }
td.TdClassName
{
border-color: #555A60;
}
.TagClassName
{
border-color: #555A60;
}
</style>