Shades of Shuttle Grey #556173
Tints of Shuttle Grey #556173
RGB
CMYK
RGB Variations
Color information
#556173 (or 0x556173) is known color: Shuttle Grey. HEX triplet: 55, 61 and 73. RGB value is (85,97,115). Sum of RGB (Red+Green+Blue) = 85+97+115=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #556173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556173 is #AA9E8C. Grayscale: #5F5F5F. Windows color (decimal): -11181709 or 7561557. OLE color: 7561557.
HSL color Cylindrical-coordinate representation of color #556173: hue angle of 216º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556173 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 97 | 115 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.55 |
| HSL | 216º | 0.15% | 0.39% | - |
| HSV(B) | 216º | 0.26% | 0.45% | - |
| XYZ | 11.12 | 11.72 | 17.9 | - |
| YUV | 95.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 115 | 0.26 | 0.16 | 0 | 0.55 | 216 | 0.15 | 0.39 |
| Hex | 55 | 61 | 73 | 1A | 10 | 0 | 37 | D8 | F | 27 |
| Octal | 125 | 141 | 163 | 32 | 20 | 0 | 67 | 330 | 17 | 47 |
| Binary | 1010101 | 1100001 | 1110011 | 11010 | 10000 | 0 | 110111 | 11011000 | 1111 | 100111 |
Color Harmonies of #556173
Complementary color
Monochromatic Colors of #556173
Black with #556173
Text Example
Text Example
White with #556173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556173; }
p { color: rgb(85,97,115); }
H1.HeaderClassName
{
color: #556173;
}
.AnyTagClassName
{
color: #556173;
}
</style>
background-color css
<style>
a { background-color: #556173; }
a { background-color: rgb(85,97,115); }
div.DivClassName
{
background-color: #556173;
}
.BgClassName
{
background-color: #556173;
}
</style>
border-color css
<style>
span { border-color: #556173; }
span { border-color: rgb(85,97,115); }
td.TdClassName
{
border-color: #556173;
}
.TagClassName
{
border-color: #556173;
}
</style>