Shades of Shuttle Grey #54606C
Tints of Shuttle Grey #54606C
RGB
CMYK
RGB Variations
Color information
#54606C (or 0x54606C) is known color: Shuttle Grey. HEX triplet: 54, 60 and 6C. RGB value is (84,96,108). Sum of RGB (Red+Green+Blue) = 84+96+108=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #54606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54606C is #AB9F93. Grayscale: #5D5D5D. Windows color (decimal): -11247508 or 7102548. OLE color: 7102548.
HSL color Cylindrical-coordinate representation of color #54606C: hue angle of 210º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54606C is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 96 | 108 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.58 |
| HSL | 210º | 0.13% | 0.38% | - |
| HSV(B) | 210º | 0.22% | 0.42% | - |
| XYZ | 10.55 | 11.33 | 15.82 | - |
| YUV | 93.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 108 | 0.22 | 0.11 | 0 | 0.58 | 210 | 0.13 | 0.38 |
| Hex | 54 | 60 | 6C | 16 | B | 0 | 3A | D2 | C | 26 |
| Octal | 124 | 140 | 154 | 26 | 13 | 0 | 72 | 322 | 14 | 46 |
| Binary | 1010100 | 1100000 | 1101100 | 10110 | 1011 | 0 | 111010 | 11010010 | 1100 | 100110 |
Color Harmonies of #54606C
Complementary color
Monochromatic Colors of #54606C
Black with #54606C
Text Example
Text Example
White with #54606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54606C; }
p { color: rgb(84,96,108); }
H1.HeaderClassName
{
color: #54606C;
}
.AnyTagClassName
{
color: #54606C;
}
</style>
background-color css
<style>
a { background-color: #54606C; }
a { background-color: rgb(84,96,108); }
div.DivClassName
{
background-color: #54606C;
}
.BgClassName
{
background-color: #54606C;
}
</style>
border-color css
<style>
span { border-color: #54606C; }
span { border-color: rgb(84,96,108); }
td.TdClassName
{
border-color: #54606C;
}
.TagClassName
{
border-color: #54606C;
}
</style>