Shades of Shuttle Grey #546676
Tints of Shuttle Grey #546676
RGB
CMYK
RGB Variations
Color information
#546676 (or 0x546676) is known color: Shuttle Grey. HEX triplet: 54, 66 and 76. RGB value is (84,102,118). Sum of RGB (Red+Green+Blue) = 84+102+118=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #546676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546676 is #AB9989. Grayscale: #626262. Windows color (decimal): -11245962 or 7759444. OLE color: 7759444.
HSL color Cylindrical-coordinate representation of color #546676: hue angle of 208.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #546676 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 102 | 118 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.54 |
| HSL | 208.24º | 0.17% | 0.4% | - |
| HSV(B) | 208.24º | 0.29% | 0.46% | - |
| XYZ | 11.68 | 12.7 | 18.97 | - |
| YUV | 98.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 118 | 0.29 | 0.14 | 0 | 0.54 | 208.24 | 0.17 | 0.4 |
| Hex | 54 | 66 | 76 | 1D | E | 0 | 36 | D0 | 11 | 28 |
| Octal | 124 | 146 | 166 | 35 | 16 | 0 | 66 | 320 | 21 | 50 |
| Binary | 1010100 | 1100110 | 1110110 | 11101 | 1110 | 0 | 110110 | 11010000 | 10001 | 101000 |
Color Harmonies of #546676
Complementary color
Monochromatic Colors of #546676
Black with #546676
Text Example
Text Example
White with #546676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546676; }
p { color: rgb(84,102,118); }
H1.HeaderClassName
{
color: #546676;
}
.AnyTagClassName
{
color: #546676;
}
</style>
background-color css
<style>
a { background-color: #546676; }
a { background-color: rgb(84,102,118); }
div.DivClassName
{
background-color: #546676;
}
.BgClassName
{
background-color: #546676;
}
</style>
border-color css
<style>
span { border-color: #546676; }
span { border-color: rgb(84,102,118); }
td.TdClassName
{
border-color: #546676;
}
.TagClassName
{
border-color: #546676;
}
</style>