Shades of Shuttle Grey #53606E
Tints of Shuttle Grey #53606E
RGB
CMYK
RGB Variations
Color information
#53606E (or 0x53606E) is known color: Shuttle Grey. HEX triplet: 53, 60 and 6E. RGB value is (83,96,110). Sum of RGB (Red+Green+Blue) = 83+96+110=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #53606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53606E is #AC9F91. Grayscale: #5D5D5D. Windows color (decimal): -11313042 or 7233619. OLE color: 7233619.
HSL color Cylindrical-coordinate representation of color #53606E: hue angle of 211.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53606E is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 96 | 110 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.57 |
| HSL | 211.11º | 0.14% | 0.38% | - |
| HSV(B) | 211.11º | 0.25% | 0.43% | - |
| XYZ | 10.56 | 11.33 | 16.38 | - |
| YUV | 93.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 110 | 0.25 | 0.13 | 0 | 0.57 | 211.11 | 0.14 | 0.38 |
| Hex | 53 | 60 | 6E | 19 | D | 0 | 39 | D3 | E | 26 |
| Octal | 123 | 140 | 156 | 31 | 15 | 0 | 71 | 323 | 16 | 46 |
| Binary | 1010011 | 1100000 | 1101110 | 11001 | 1101 | 0 | 111001 | 11010011 | 1110 | 100110 |
Color Harmonies of #53606E
Complementary color
Monochromatic Colors of #53606E
Black with #53606E
Text Example
Text Example
White with #53606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53606E; }
p { color: rgb(83,96,110); }
H1.HeaderClassName
{
color: #53606E;
}
.AnyTagClassName
{
color: #53606E;
}
</style>
background-color css
<style>
a { background-color: #53606E; }
a { background-color: rgb(83,96,110); }
div.DivClassName
{
background-color: #53606E;
}
.BgClassName
{
background-color: #53606E;
}
</style>
border-color css
<style>
span { border-color: #53606E; }
span { border-color: rgb(83,96,110); }
td.TdClassName
{
border-color: #53606E;
}
.TagClassName
{
border-color: #53606E;
}
</style>