Shades of Shuttle Grey #556570
Tints of Shuttle Grey #556570
RGB
CMYK
RGB Variations
Color information
#556570 (or 0x556570) is known color: Shuttle Grey. HEX triplet: 55, 65 and 70. RGB value is (85,101,112). Sum of RGB (Red+Green+Blue) = 85+101+112=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #556570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556570 is #AA9A8F. Grayscale: #616161. Windows color (decimal): -11180688 or 7365973. OLE color: 7365973.
HSL color Cylindrical-coordinate representation of color #556570: hue angle of 204.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #556570 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 101 | 112 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.56 |
| HSL | 204.44º | 0.14% | 0.39% | - |
| HSV(B) | 204.44º | 0.24% | 0.44% | - |
| XYZ | 11.32 | 12.41 | 17.13 | - |
| YUV | 97.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 112 | 0.24 | 0.10 | 0 | 0.56 | 204.44 | 0.14 | 0.39 |
| Hex | 55 | 65 | 70 | 18 | A | 0 | 38 | CC | E | 27 |
| Octal | 125 | 145 | 160 | 30 | 12 | 0 | 70 | 314 | 16 | 47 |
| Binary | 1010101 | 1100101 | 1110000 | 11000 | 1010 | 0 | 111000 | 11001100 | 1110 | 100111 |
Color Harmonies of #556570
Complementary color
Monochromatic Colors of #556570
Black with #556570
Text Example
Text Example
White with #556570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556570; }
p { color: rgb(85,101,112); }
H1.HeaderClassName
{
color: #556570;
}
.AnyTagClassName
{
color: #556570;
}
</style>
background-color css
<style>
a { background-color: #556570; }
a { background-color: rgb(85,101,112); }
div.DivClassName
{
background-color: #556570;
}
.BgClassName
{
background-color: #556570;
}
</style>
border-color css
<style>
span { border-color: #556570; }
span { border-color: rgb(85,101,112); }
td.TdClassName
{
border-color: #556570;
}
.TagClassName
{
border-color: #556570;
}
</style>