Shades of Shuttle Grey #546373
Tints of Shuttle Grey #546373
RGB
CMYK
RGB Variations
Color information
#546373 (or 0x546373) is known color: Shuttle Grey. HEX triplet: 54, 63 and 73. RGB value is (84,99,115). Sum of RGB (Red+Green+Blue) = 84+99+115=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #546373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546373 is #AB9C8C. Grayscale: #606060. Windows color (decimal): -11246733 or 7562068. OLE color: 7562068.
HSL color Cylindrical-coordinate representation of color #546373: hue angle of 210.97º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #546373 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 99 | 115 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.55 |
| HSL | 210.97º | 0.16% | 0.39% | - |
| HSV(B) | 210.97º | 0.27% | 0.45% | - |
| XYZ | 11.21 | 12.05 | 17.95 | - |
| YUV | 96.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 115 | 0.27 | 0.14 | 0 | 0.55 | 210.97 | 0.16 | 0.39 |
| Hex | 54 | 63 | 73 | 1B | E | 0 | 37 | D3 | 10 | 27 |
| Octal | 124 | 143 | 163 | 33 | 16 | 0 | 67 | 323 | 20 | 47 |
| Binary | 1010100 | 1100011 | 1110011 | 11011 | 1110 | 0 | 110111 | 11010011 | 10000 | 100111 |
Color Harmonies of #546373
Complementary color
Monochromatic Colors of #546373
Black with #546373
Text Example
Text Example
White with #546373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546373; }
p { color: rgb(84,99,115); }
H1.HeaderClassName
{
color: #546373;
}
.AnyTagClassName
{
color: #546373;
}
</style>
background-color css
<style>
a { background-color: #546373; }
a { background-color: rgb(84,99,115); }
div.DivClassName
{
background-color: #546373;
}
.BgClassName
{
background-color: #546373;
}
</style>
border-color css
<style>
span { border-color: #546373; }
span { border-color: rgb(84,99,115); }
td.TdClassName
{
border-color: #546373;
}
.TagClassName
{
border-color: #546373;
}
</style>