Shades of Shuttle Grey #556373
Tints of Shuttle Grey #556373
RGB
CMYK
RGB Variations
Color information
#556373 (or 0x556373) is known color: Shuttle Grey. HEX triplet: 55, 63 and 73. RGB value is (85,99,115). Sum of RGB (Red+Green+Blue) = 85+99+115=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #556373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556373 is #AA9C8C. Grayscale: #606060. Windows color (decimal): -11181197 or 7562069. OLE color: 7562069.
HSL color Cylindrical-coordinate representation of color #556373: hue angle of 212º 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 #556373 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 99 | 115 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.55 |
| HSL | 212º | 0.15% | 0.39% | - |
| HSV(B) | 212º | 0.26% | 0.45% | - |
| XYZ | 11.3 | 12.09 | 17.96 | - |
| YUV | 96.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 115 | 0.26 | 0.14 | 0 | 0.55 | 212 | 0.15 | 0.39 |
| Hex | 55 | 63 | 73 | 1A | E | 0 | 37 | D4 | F | 27 |
| Octal | 125 | 143 | 163 | 32 | 16 | 0 | 67 | 324 | 17 | 47 |
| Binary | 1010101 | 1100011 | 1110011 | 11010 | 1110 | 0 | 110111 | 11010100 | 1111 | 100111 |
Color Harmonies of #556373
Complementary color
Monochromatic Colors of #556373
Black with #556373
Text Example
Text Example
White with #556373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556373; }
p { color: rgb(85,99,115); }
H1.HeaderClassName
{
color: #556373;
}
.AnyTagClassName
{
color: #556373;
}
</style>
background-color css
<style>
a { background-color: #556373; }
a { background-color: rgb(85,99,115); }
div.DivClassName
{
background-color: #556373;
}
.BgClassName
{
background-color: #556373;
}
</style>
border-color css
<style>
span { border-color: #556373; }
span { border-color: rgb(85,99,115); }
td.TdClassName
{
border-color: #556373;
}
.TagClassName
{
border-color: #556373;
}
</style>