Shades of Shuttle Grey #545E68
Tints of Shuttle Grey #545E68
RGB
CMYK
RGB Variations
Color information
#545E68 (or 0x545E68) is known color: Shuttle Grey. HEX triplet: 54, 5E and 68. RGB value is (84,94,104). Sum of RGB (Red+Green+Blue) = 84+94+104=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #545E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E68 is #ABA197. Grayscale: #5C5C5C. Windows color (decimal): -11248024 or 6839892. OLE color: 6839892.
HSL color Cylindrical-coordinate representation of color #545E68: hue angle of 210º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545E68 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 94 | 104 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.59 |
| HSL | 210º | 0.11% | 0.37% | - |
| HSV(B) | 210º | 0.19% | 0.41% | - |
| XYZ | 10.16 | 10.89 | 14.66 | - |
| YUV | 92.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 104 | 0.19 | 0.10 | 0 | 0.59 | 210 | 0.11 | 0.37 |
| Hex | 54 | 5E | 68 | 13 | A | 0 | 3B | D2 | B | 25 |
| Octal | 124 | 136 | 150 | 23 | 12 | 0 | 73 | 322 | 13 | 45 |
| Binary | 1010100 | 1011110 | 1101000 | 10011 | 1010 | 0 | 111011 | 11010010 | 1011 | 100101 |
Color Harmonies of #545E68
Complementary color
Monochromatic Colors of #545E68
Black with #545E68
Text Example
Text Example
White with #545E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E68; }
p { color: rgb(84,94,104); }
H1.HeaderClassName
{
color: #545E68;
}
.AnyTagClassName
{
color: #545E68;
}
</style>
background-color css
<style>
a { background-color: #545E68; }
a { background-color: rgb(84,94,104); }
div.DivClassName
{
background-color: #545E68;
}
.BgClassName
{
background-color: #545E68;
}
</style>
border-color css
<style>
span { border-color: #545E68; }
span { border-color: rgb(84,94,104); }
td.TdClassName
{
border-color: #545E68;
}
.TagClassName
{
border-color: #545E68;
}
</style>