Shades of Shuttle Grey #556376
Tints of Shuttle Grey #556376
RGB
CMYK
RGB Variations
Color information
#556376 (or 0x556376) is known color: Shuttle Grey. HEX triplet: 55, 63 and 76. RGB value is (85,99,118). Sum of RGB (Red+Green+Blue) = 85+99+118=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #556376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556376 is #AA9C89. Grayscale: #606060. Windows color (decimal): -11181194 or 7758677. OLE color: 7758677.
HSL color Cylindrical-coordinate representation of color #556376: hue angle of 214.55º 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 #556376 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 99 | 118 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.54 |
| HSL | 214.55º | 0.16% | 0.4% | - |
| HSV(B) | 214.55º | 0.28% | 0.46% | - |
| XYZ | 11.48 | 12.16 | 18.88 | - |
| YUV | 96.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 118 | 0.28 | 0.16 | 0 | 0.54 | 214.55 | 0.16 | 0.4 |
| Hex | 55 | 63 | 76 | 1C | 10 | 0 | 36 | D7 | 10 | 28 |
| Octal | 125 | 143 | 166 | 34 | 20 | 0 | 66 | 327 | 20 | 50 |
| Binary | 1010101 | 1100011 | 1110110 | 11100 | 10000 | 0 | 110110 | 11010111 | 10000 | 101000 |
Color Harmonies of #556376
Complementary color
Monochromatic Colors of #556376
Black with #556376
Text Example
Text Example
White with #556376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556376; }
p { color: rgb(85,99,118); }
H1.HeaderClassName
{
color: #556376;
}
.AnyTagClassName
{
color: #556376;
}
</style>
background-color css
<style>
a { background-color: #556376; }
a { background-color: rgb(85,99,118); }
div.DivClassName
{
background-color: #556376;
}
.BgClassName
{
background-color: #556376;
}
</style>
border-color css
<style>
span { border-color: #556376; }
span { border-color: rgb(85,99,118); }
td.TdClassName
{
border-color: #556376;
}
.TagClassName
{
border-color: #556376;
}
</style>