Shades of Shuttle Grey #54636F
Tints of Shuttle Grey #54636F
RGB
CMYK
RGB Variations
Color information
#54636F (or 0x54636F) is known color: Shuttle Grey. HEX triplet: 54, 63 and 6F. RGB value is (84,99,111). Sum of RGB (Red+Green+Blue) = 84+99+111=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 111 - color contains mainly: blue. Hex color #54636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54636F is #AB9C90. Grayscale: #5F5F5F. Windows color (decimal): -11246737 or 7299924. OLE color: 7299924.
HSL color Cylindrical-coordinate representation of color #54636F: hue angle of 206.67º 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 #54636F is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 99 | 111 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.56 |
| HSL | 206.67º | 0.14% | 0.38% | - |
| HSV(B) | 206.67º | 0.24% | 0.44% | - |
| XYZ | 10.99 | 11.96 | 16.77 | - |
| YUV | 95.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 111 | 0.24 | 0.11 | 0 | 0.56 | 206.67 | 0.14 | 0.38 |
| Hex | 54 | 63 | 6F | 18 | B | 0 | 38 | CF | E | 26 |
| Octal | 124 | 143 | 157 | 30 | 13 | 0 | 70 | 317 | 16 | 46 |
| Binary | 1010100 | 1100011 | 1101111 | 11000 | 1011 | 0 | 111000 | 11001111 | 1110 | 100110 |
Color Harmonies of #54636F
Complementary color
Monochromatic Colors of #54636F
Black with #54636F
Text Example
Text Example
White with #54636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54636F; }
p { color: rgb(84,99,111); }
H1.HeaderClassName
{
color: #54636F;
}
.AnyTagClassName
{
color: #54636F;
}
</style>
background-color css
<style>
a { background-color: #54636F; }
a { background-color: rgb(84,99,111); }
div.DivClassName
{
background-color: #54636F;
}
.BgClassName
{
background-color: #54636F;
}
</style>
border-color css
<style>
span { border-color: #54636F; }
span { border-color: rgb(84,99,111); }
td.TdClassName
{
border-color: #54636F;
}
.TagClassName
{
border-color: #54636F;
}
</style>