Shades of Shuttle Grey #556576
Tints of Shuttle Grey #556576
RGB
CMYK
RGB Variations
Color information
#556576 (or 0x556576) is known color: Shuttle Grey. HEX triplet: 55, 65 and 76. RGB value is (85,101,118). Sum of RGB (Red+Green+Blue) = 85+101+118=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #556576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556576 is #AA9A89. Grayscale: #626262. Windows color (decimal): -11180682 or 7759189. OLE color: 7759189.
HSL color Cylindrical-coordinate representation of color #556576: hue angle of 210.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556576 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 101 | 118 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.54 |
| HSL | 210.91º | 0.16% | 0.4% | - |
| HSV(B) | 210.91º | 0.28% | 0.46% | - |
| XYZ | 11.67 | 12.55 | 18.95 | - |
| YUV | 98.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 118 | 0.28 | 0.14 | 0 | 0.54 | 210.91 | 0.16 | 0.4 |
| Hex | 55 | 65 | 76 | 1C | E | 0 | 36 | D3 | 10 | 28 |
| Octal | 125 | 145 | 166 | 34 | 16 | 0 | 66 | 323 | 20 | 50 |
| Binary | 1010101 | 1100101 | 1110110 | 11100 | 1110 | 0 | 110110 | 11010011 | 10000 | 101000 |
Color Harmonies of #556576
Complementary color
Monochromatic Colors of #556576
Black with #556576
Text Example
Text Example
White with #556576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556576; }
p { color: rgb(85,101,118); }
H1.HeaderClassName
{
color: #556576;
}
.AnyTagClassName
{
color: #556576;
}
</style>
background-color css
<style>
a { background-color: #556576; }
a { background-color: rgb(85,101,118); }
div.DivClassName
{
background-color: #556576;
}
.BgClassName
{
background-color: #556576;
}
</style>
border-color css
<style>
span { border-color: #556576; }
span { border-color: rgb(85,101,118); }
td.TdClassName
{
border-color: #556576;
}
.TagClassName
{
border-color: #556576;
}
</style>