Shades of Shuttle Grey #556573
Tints of Shuttle Grey #556573
RGB
CMYK
RGB Variations
Color information
#556573 (or 0x556573) is known color: Shuttle Grey. HEX triplet: 55, 65 and 73. RGB value is (85,101,115). Sum of RGB (Red+Green+Blue) = 85+101+115=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #556573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556573 is #AA9A8C. Grayscale: #616161. Windows color (decimal): -11180685 or 7562581. OLE color: 7562581.
HSL color Cylindrical-coordinate representation of color #556573: hue angle of 208º 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 #556573 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 101 | 115 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.55 |
| HSL | 208º | 0.15% | 0.39% | - |
| HSV(B) | 208º | 0.26% | 0.45% | - |
| XYZ | 11.49 | 12.48 | 18.02 | - |
| YUV | 97.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 115 | 0.26 | 0.12 | 0 | 0.55 | 208 | 0.15 | 0.39 |
| Hex | 55 | 65 | 73 | 1A | C | 0 | 37 | D0 | F | 27 |
| Octal | 125 | 145 | 163 | 32 | 14 | 0 | 67 | 320 | 17 | 47 |
| Binary | 1010101 | 1100101 | 1110011 | 11010 | 1100 | 0 | 110111 | 11010000 | 1111 | 100111 |
Color Harmonies of #556573
Complementary color
Monochromatic Colors of #556573
Black with #556573
Text Example
Text Example
White with #556573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556573; }
p { color: rgb(85,101,115); }
H1.HeaderClassName
{
color: #556573;
}
.AnyTagClassName
{
color: #556573;
}
</style>
background-color css
<style>
a { background-color: #556573; }
a { background-color: rgb(85,101,115); }
div.DivClassName
{
background-color: #556573;
}
.BgClassName
{
background-color: #556573;
}
</style>
border-color css
<style>
span { border-color: #556573; }
span { border-color: rgb(85,101,115); }
td.TdClassName
{
border-color: #556573;
}
.TagClassName
{
border-color: #556573;
}
</style>