Shades of Shuttle Grey #546272
Tints of Shuttle Grey #546272
RGB
CMYK
RGB Variations
Color information
#546272 (or 0x546272) is known color: Shuttle Grey. HEX triplet: 54, 62 and 72. RGB value is (84,98,114). Sum of RGB (Red+Green+Blue) = 84+98+114=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #546272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546272 is #AB9D8D. Grayscale: #5F5F5F. Windows color (decimal): -11246990 or 7496276. OLE color: 7496276.
HSL color Cylindrical-coordinate representation of color #546272: 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 #546272 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 98 | 114 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.55 |
| HSL | 212º | 0.15% | 0.39% | - |
| HSV(B) | 212º | 0.26% | 0.45% | - |
| XYZ | 11.06 | 11.84 | 17.62 | - |
| YUV | 95.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 114 | 0.26 | 0.14 | 0 | 0.55 | 212 | 0.15 | 0.39 |
| Hex | 54 | 62 | 72 | 1A | E | 0 | 37 | D4 | F | 27 |
| Octal | 124 | 142 | 162 | 32 | 16 | 0 | 67 | 324 | 17 | 47 |
| Binary | 1010100 | 1100010 | 1110010 | 11010 | 1110 | 0 | 110111 | 11010100 | 1111 | 100111 |
Color Harmonies of #546272
Complementary color
Monochromatic Colors of #546272
Black with #546272
Text Example
Text Example
White with #546272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546272; }
p { color: rgb(84,98,114); }
H1.HeaderClassName
{
color: #546272;
}
.AnyTagClassName
{
color: #546272;
}
</style>
background-color css
<style>
a { background-color: #546272; }
a { background-color: rgb(84,98,114); }
div.DivClassName
{
background-color: #546272;
}
.BgClassName
{
background-color: #546272;
}
</style>
border-color css
<style>
span { border-color: #546272; }
span { border-color: rgb(84,98,114); }
td.TdClassName
{
border-color: #546272;
}
.TagClassName
{
border-color: #546272;
}
</style>