Shades of Shuttle Grey #546171
Tints of Shuttle Grey #546171
RGB
CMYK
RGB Variations
Color information
#546171 (or 0x546171) is known color: Shuttle Grey. HEX triplet: 54, 61 and 71. RGB value is (84,97,113). Sum of RGB (Red+Green+Blue) = 84+97+113=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #546171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546171 is #AB9E8E. Grayscale: #5E5E5E. Windows color (decimal): -11247247 or 7430484. OLE color: 7430484.
HSL color Cylindrical-coordinate representation of color #546171: hue angle of 213.1º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546171 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 97 | 113 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.56 |
| HSL | 213.1º | 0.15% | 0.39% | - |
| HSV(B) | 213.1º | 0.26% | 0.44% | - |
| XYZ | 10.91 | 11.63 | 17.29 | - |
| YUV | 94.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 113 | 0.26 | 0.14 | 0 | 0.56 | 213.1 | 0.15 | 0.39 |
| Hex | 54 | 61 | 71 | 1A | E | 0 | 38 | D5 | F | 27 |
| Octal | 124 | 141 | 161 | 32 | 16 | 0 | 70 | 325 | 17 | 47 |
| Binary | 1010100 | 1100001 | 1110001 | 11010 | 1110 | 0 | 111000 | 11010101 | 1111 | 100111 |
Color Harmonies of #546171
Complementary color
Monochromatic Colors of #546171
Black with #546171
Text Example
Text Example
White with #546171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546171; }
p { color: rgb(84,97,113); }
H1.HeaderClassName
{
color: #546171;
}
.AnyTagClassName
{
color: #546171;
}
</style>
background-color css
<style>
a { background-color: #546171; }
a { background-color: rgb(84,97,113); }
div.DivClassName
{
background-color: #546171;
}
.BgClassName
{
background-color: #546171;
}
</style>
border-color css
<style>
span { border-color: #546171; }
span { border-color: rgb(84,97,113); }
td.TdClassName
{
border-color: #546171;
}
.TagClassName
{
border-color: #546171;
}
</style>