Shades of Shuttle Grey #546675
Tints of Shuttle Grey #546675
RGB
CMYK
RGB Variations
Color information
#546675 (or 0x546675) is known color: Shuttle Grey. HEX triplet: 54, 66 and 75. RGB value is (84,102,117). Sum of RGB (Red+Green+Blue) = 84+102+117=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #546675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546675 is #AB998A. Grayscale: #626262. Windows color (decimal): -11245963 or 7693908. OLE color: 7693908.
HSL color Cylindrical-coordinate representation of color #546675: hue angle of 207.27º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #546675 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 102 | 117 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.54 |
| HSL | 207.27º | 0.16% | 0.39% | - |
| HSV(B) | 207.27º | 0.28% | 0.46% | - |
| XYZ | 11.62 | 12.67 | 18.66 | - |
| YUV | 98.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 117 | 0.28 | 0.13 | 0 | 0.54 | 207.27 | 0.16 | 0.39 |
| Hex | 54 | 66 | 75 | 1C | D | 0 | 36 | CF | 10 | 27 |
| Octal | 124 | 146 | 165 | 34 | 15 | 0 | 66 | 317 | 20 | 47 |
| Binary | 1010100 | 1100110 | 1110101 | 11100 | 1101 | 0 | 110110 | 11001111 | 10000 | 100111 |
Color Harmonies of #546675
Complementary color
Monochromatic Colors of #546675
Black with #546675
Text Example
Text Example
White with #546675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546675; }
p { color: rgb(84,102,117); }
H1.HeaderClassName
{
color: #546675;
}
.AnyTagClassName
{
color: #546675;
}
</style>
background-color css
<style>
a { background-color: #546675; }
a { background-color: rgb(84,102,117); }
div.DivClassName
{
background-color: #546675;
}
.BgClassName
{
background-color: #546675;
}
</style>
border-color css
<style>
span { border-color: #546675; }
span { border-color: rgb(84,102,117); }
td.TdClassName
{
border-color: #546675;
}
.TagClassName
{
border-color: #546675;
}
</style>