Shades of Shuttle Grey #53606C
Tints of Shuttle Grey #53606C
RGB
CMYK
RGB Variations
Color information
#53606C (or 0x53606C) is known color: Shuttle Grey. HEX triplet: 53, 60 and 6C. RGB value is (83,96,108). Sum of RGB (Red+Green+Blue) = 83+96+108=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #53606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53606C is #AC9F93. Grayscale: #5D5D5D. Windows color (decimal): -11313044 or 7102547. OLE color: 7102547.
HSL color Cylindrical-coordinate representation of color #53606C: hue angle of 208.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53606C is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 96 | 108 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.58 |
| HSL | 208.8º | 0.13% | 0.37% | - |
| HSV(B) | 208.8º | 0.23% | 0.42% | - |
| XYZ | 10.46 | 11.29 | 15.81 | - |
| YUV | 93.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 108 | 0.23 | 0.11 | 0 | 0.58 | 208.8 | 0.13 | 0.37 |
| Hex | 53 | 60 | 6C | 17 | B | 0 | 3A | D1 | D | 25 |
| Octal | 123 | 140 | 154 | 27 | 13 | 0 | 72 | 321 | 15 | 45 |
| Binary | 1010011 | 1100000 | 1101100 | 10111 | 1011 | 0 | 111010 | 11010001 | 1101 | 100101 |
Color Harmonies of #53606C
Complementary color
Monochromatic Colors of #53606C
Black with #53606C
Text Example
Text Example
White with #53606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53606C; }
p { color: rgb(83,96,108); }
H1.HeaderClassName
{
color: #53606C;
}
.AnyTagClassName
{
color: #53606C;
}
</style>
background-color css
<style>
a { background-color: #53606C; }
a { background-color: rgb(83,96,108); }
div.DivClassName
{
background-color: #53606C;
}
.BgClassName
{
background-color: #53606C;
}
</style>
border-color css
<style>
span { border-color: #53606C; }
span { border-color: rgb(83,96,108); }
td.TdClassName
{
border-color: #53606C;
}
.TagClassName
{
border-color: #53606C;
}
</style>