Shades of Shuttle Grey #54606D
Tints of Shuttle Grey #54606D
RGB
CMYK
RGB Variations
Color information
#54606D (or 0x54606D) is known color: Shuttle Grey. HEX triplet: 54, 60 and 6D. RGB value is (84,96,109). Sum of RGB (Red+Green+Blue) = 84+96+109=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #54606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54606D is #AB9F92. Grayscale: #5D5D5D. Windows color (decimal): -11247507 or 7168084. OLE color: 7168084.
HSL color Cylindrical-coordinate representation of color #54606D: hue angle of 211.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54606D is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 96 | 109 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.57 |
| HSL | 211.2º | 0.13% | 0.38% | - |
| HSV(B) | 211.2º | 0.23% | 0.43% | - |
| XYZ | 10.6 | 11.35 | 16.1 | - |
| YUV | 93.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 109 | 0.23 | 0.12 | 0 | 0.57 | 211.2 | 0.13 | 0.38 |
| Hex | 54 | 60 | 6D | 17 | C | 0 | 39 | D3 | D | 26 |
| Octal | 124 | 140 | 155 | 27 | 14 | 0 | 71 | 323 | 15 | 46 |
| Binary | 1010100 | 1100000 | 1101101 | 10111 | 1100 | 0 | 111001 | 11010011 | 1101 | 100110 |
Color Harmonies of #54606D
Complementary color
Monochromatic Colors of #54606D
Black with #54606D
Text Example
Text Example
White with #54606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54606D; }
p { color: rgb(84,96,109); }
H1.HeaderClassName
{
color: #54606D;
}
.AnyTagClassName
{
color: #54606D;
}
</style>
background-color css
<style>
a { background-color: #54606D; }
a { background-color: rgb(84,96,109); }
div.DivClassName
{
background-color: #54606D;
}
.BgClassName
{
background-color: #54606D;
}
</style>
border-color css
<style>
span { border-color: #54606D; }
span { border-color: rgb(84,96,109); }
td.TdClassName
{
border-color: #54606D;
}
.TagClassName
{
border-color: #54606D;
}
</style>