Shades of Shuttle Grey #54606F
Tints of Shuttle Grey #54606F
RGB
CMYK
RGB Variations
Color information
#54606F (or 0x54606F) is known color: Shuttle Grey. HEX triplet: 54, 60 and 6F. RGB value is (84,96,111). Sum of RGB (Red+Green+Blue) = 84+96+111=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #54606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54606F is #AB9F90. Grayscale: #5E5E5E. Windows color (decimal): -11247505 or 7299156. OLE color: 7299156.
HSL color Cylindrical-coordinate representation of color #54606F: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54606F is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 96 | 111 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.56 |
| HSL | 213.33º | 0.14% | 0.38% | - |
| HSV(B) | 213.33º | 0.24% | 0.44% | - |
| XYZ | 10.71 | 11.4 | 16.67 | - |
| YUV | 94.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 111 | 0.24 | 0.14 | 0 | 0.56 | 213.33 | 0.14 | 0.38 |
| Hex | 54 | 60 | 6F | 18 | E | 0 | 38 | D5 | E | 26 |
| Octal | 124 | 140 | 157 | 30 | 16 | 0 | 70 | 325 | 16 | 46 |
| Binary | 1010100 | 1100000 | 1101111 | 11000 | 1110 | 0 | 111000 | 11010101 | 1110 | 100110 |
Color Harmonies of #54606F
Complementary color
Monochromatic Colors of #54606F
Black with #54606F
Text Example
Text Example
White with #54606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54606F; }
p { color: rgb(84,96,111); }
H1.HeaderClassName
{
color: #54606F;
}
.AnyTagClassName
{
color: #54606F;
}
</style>
background-color css
<style>
a { background-color: #54606F; }
a { background-color: rgb(84,96,111); }
div.DivClassName
{
background-color: #54606F;
}
.BgClassName
{
background-color: #54606F;
}
</style>
border-color css
<style>
span { border-color: #54606F; }
span { border-color: rgb(84,96,111); }
td.TdClassName
{
border-color: #54606F;
}
.TagClassName
{
border-color: #54606F;
}
</style>