Shades of Shuttle Grey #546170
Tints of Shuttle Grey #546170
RGB
CMYK
RGB Variations
Color information
#546170 (or 0x546170) is known color: Shuttle Grey. HEX triplet: 54, 61 and 70. RGB value is (84,97,112). Sum of RGB (Red+Green+Blue) = 84+97+112=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #546170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546170 is #AB9E8F. Grayscale: #5E5E5E. Windows color (decimal): -11247248 or 7364948. OLE color: 7364948.
HSL color Cylindrical-coordinate representation of color #546170: hue angle of 212.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #546170 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 97 | 112 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.56 |
| HSL | 212.14º | 0.14% | 0.38% | - |
| HSV(B) | 212.14º | 0.25% | 0.44% | - |
| XYZ | 10.86 | 11.6 | 17 | - |
| YUV | 94.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 112 | 0.25 | 0.13 | 0 | 0.56 | 212.14 | 0.14 | 0.38 |
| Hex | 54 | 61 | 70 | 19 | D | 0 | 38 | D4 | E | 26 |
| Octal | 124 | 141 | 160 | 31 | 15 | 0 | 70 | 324 | 16 | 46 |
| Binary | 1010100 | 1100001 | 1110000 | 11001 | 1101 | 0 | 111000 | 11010100 | 1110 | 100110 |
Color Harmonies of #546170
Complementary color
Monochromatic Colors of #546170
Black with #546170
Text Example
Text Example
White with #546170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546170; }
p { color: rgb(84,97,112); }
H1.HeaderClassName
{
color: #546170;
}
.AnyTagClassName
{
color: #546170;
}
</style>
background-color css
<style>
a { background-color: #546170; }
a { background-color: rgb(84,97,112); }
div.DivClassName
{
background-color: #546170;
}
.BgClassName
{
background-color: #546170;
}
</style>
border-color css
<style>
span { border-color: #546170; }
span { border-color: rgb(84,97,112); }
td.TdClassName
{
border-color: #546170;
}
.TagClassName
{
border-color: #546170;
}
</style>