Shades of Shuttle Grey #546270
Tints of Shuttle Grey #546270
RGB
CMYK
RGB Variations
Color information
#546270 (or 0x546270) is known color: Shuttle Grey. HEX triplet: 54, 62 and 70. RGB value is (84,98,112). Sum of RGB (Red+Green+Blue) = 84+98+112=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #546270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546270 is #AB9D8F. Grayscale: #5F5F5F. Windows color (decimal): -11246992 or 7365204. OLE color: 7365204.
HSL color Cylindrical-coordinate representation of color #546270: hue angle of 210º 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 #546270 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 98 | 112 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.56 |
| HSL | 210º | 0.14% | 0.38% | - |
| HSV(B) | 210º | 0.25% | 0.44% | - |
| XYZ | 10.95 | 11.79 | 17.03 | - |
| YUV | 95.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 112 | 0.25 | 0.13 | 0 | 0.56 | 210 | 0.14 | 0.38 |
| Hex | 54 | 62 | 70 | 19 | D | 0 | 38 | D2 | E | 26 |
| Octal | 124 | 142 | 160 | 31 | 15 | 0 | 70 | 322 | 16 | 46 |
| Binary | 1010100 | 1100010 | 1110000 | 11001 | 1101 | 0 | 111000 | 11010010 | 1110 | 100110 |
Color Harmonies of #546270
Complementary color
Monochromatic Colors of #546270
Black with #546270
Text Example
Text Example
White with #546270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546270; }
p { color: rgb(84,98,112); }
H1.HeaderClassName
{
color: #546270;
}
.AnyTagClassName
{
color: #546270;
}
</style>
background-color css
<style>
a { background-color: #546270; }
a { background-color: rgb(84,98,112); }
div.DivClassName
{
background-color: #546270;
}
.BgClassName
{
background-color: #546270;
}
</style>
border-color css
<style>
span { border-color: #546270; }
span { border-color: rgb(84,98,112); }
td.TdClassName
{
border-color: #546270;
}
.TagClassName
{
border-color: #546270;
}
</style>