Shades of Shuttle Grey #545F6B
Tints of Shuttle Grey #545F6B
RGB
CMYK
RGB Variations
Color information
#545F6B (or 0x545F6B) is known color: Shuttle Grey. HEX triplet: 54, 5F and 6B. RGB value is (84,95,107). Sum of RGB (Red+Green+Blue) = 84+95+107=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #545F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F6B is #ABA094. Grayscale: #5D5D5D. Windows color (decimal): -11247765 or 7036756. OLE color: 7036756.
HSL color Cylindrical-coordinate representation of color #545F6B: hue angle of 211.3º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545F6B is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 95 | 107 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.58 |
| HSL | 211.3º | 0.12% | 0.37% | - |
| HSV(B) | 211.3º | 0.21% | 0.42% | - |
| XYZ | 10.4 | 11.13 | 15.51 | - |
| YUV | 93.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 107 | 0.21 | 0.11 | 0 | 0.58 | 211.3 | 0.12 | 0.37 |
| Hex | 54 | 5F | 6B | 15 | B | 0 | 3A | D3 | C | 25 |
| Octal | 124 | 137 | 153 | 25 | 13 | 0 | 72 | 323 | 14 | 45 |
| Binary | 1010100 | 1011111 | 1101011 | 10101 | 1011 | 0 | 111010 | 11010011 | 1100 | 100101 |
Color Harmonies of #545F6B
Complementary color
Monochromatic Colors of #545F6B
Black with #545F6B
Text Example
Text Example
White with #545F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F6B; }
p { color: rgb(84,95,107); }
H1.HeaderClassName
{
color: #545F6B;
}
.AnyTagClassName
{
color: #545F6B;
}
</style>
background-color css
<style>
a { background-color: #545F6B; }
a { background-color: rgb(84,95,107); }
div.DivClassName
{
background-color: #545F6B;
}
.BgClassName
{
background-color: #545F6B;
}
</style>
border-color css
<style>
span { border-color: #545F6B; }
span { border-color: rgb(84,95,107); }
td.TdClassName
{
border-color: #545F6B;
}
.TagClassName
{
border-color: #545F6B;
}
</style>