Shades of Shuttle Grey #556670
Tints of Shuttle Grey #556670
RGB
CMYK
RGB Variations
Color information
#556670 (or 0x556670) is known color: Shuttle Grey. HEX triplet: 55, 66 and 70. RGB value is (85,102,112). Sum of RGB (Red+Green+Blue) = 85+102+112=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #556670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556670 is #AA998F. Grayscale: #626262. Windows color (decimal): -11180432 or 7366229. OLE color: 7366229.
HSL color Cylindrical-coordinate representation of color #556670: hue angle of 202.22º 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 #556670 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 102 | 112 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.56 |
| HSL | 202.22º | 0.14% | 0.39% | - |
| HSV(B) | 202.22º | 0.24% | 0.44% | - |
| XYZ | 11.42 | 12.6 | 17.16 | - |
| YUV | 98.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 112 | 0.24 | 0.09 | 0 | 0.56 | 202.22 | 0.14 | 0.39 |
| Hex | 55 | 66 | 70 | 18 | 9 | 0 | 38 | CA | E | 27 |
| Octal | 125 | 146 | 160 | 30 | 11 | 0 | 70 | 312 | 16 | 47 |
| Binary | 1010101 | 1100110 | 1110000 | 11000 | 1001 | 0 | 111000 | 11001010 | 1110 | 100111 |
Color Harmonies of #556670
Complementary color
Monochromatic Colors of #556670
Black with #556670
Text Example
Text Example
White with #556670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556670; }
p { color: rgb(85,102,112); }
H1.HeaderClassName
{
color: #556670;
}
.AnyTagClassName
{
color: #556670;
}
</style>
background-color css
<style>
a { background-color: #556670; }
a { background-color: rgb(85,102,112); }
div.DivClassName
{
background-color: #556670;
}
.BgClassName
{
background-color: #556670;
}
</style>
border-color css
<style>
span { border-color: #556670; }
span { border-color: rgb(85,102,112); }
td.TdClassName
{
border-color: #556670;
}
.TagClassName
{
border-color: #556670;
}
</style>