Shades of Shuttle Grey #556673
Tints of Shuttle Grey #556673
RGB
CMYK
RGB Variations
Color information
#556673 (or 0x556673) is known color: Shuttle Grey. HEX triplet: 55, 66 and 73. RGB value is (85,102,115). Sum of RGB (Red+Green+Blue) = 85+102+115=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #556673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556673 is #AA998C. Grayscale: #626262. Windows color (decimal): -11180429 or 7562837. OLE color: 7562837.
HSL color Cylindrical-coordinate representation of color #556673: hue angle of 206º 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 #556673 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 102 | 115 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.55 |
| HSL | 206º | 0.15% | 0.39% | - |
| HSV(B) | 206º | 0.26% | 0.45% | - |
| XYZ | 11.59 | 12.67 | 18.05 | - |
| YUV | 98.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 115 | 0.26 | 0.11 | 0 | 0.55 | 206 | 0.15 | 0.39 |
| Hex | 55 | 66 | 73 | 1A | B | 0 | 37 | CE | F | 27 |
| Octal | 125 | 146 | 163 | 32 | 13 | 0 | 67 | 316 | 17 | 47 |
| Binary | 1010101 | 1100110 | 1110011 | 11010 | 1011 | 0 | 110111 | 11001110 | 1111 | 100111 |
Color Harmonies of #556673
Complementary color
Monochromatic Colors of #556673
Black with #556673
Text Example
Text Example
White with #556673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556673; }
p { color: rgb(85,102,115); }
H1.HeaderClassName
{
color: #556673;
}
.AnyTagClassName
{
color: #556673;
}
</style>
background-color css
<style>
a { background-color: #556673; }
a { background-color: rgb(85,102,115); }
div.DivClassName
{
background-color: #556673;
}
.BgClassName
{
background-color: #556673;
}
</style>
border-color css
<style>
span { border-color: #556673; }
span { border-color: rgb(85,102,115); }
td.TdClassName
{
border-color: #556673;
}
.TagClassName
{
border-color: #556673;
}
</style>