Shades of Shuttle Grey #52606E
Tints of Shuttle Grey #52606E
RGB
CMYK
RGB Variations
Color information
#52606E (or 0x52606E) is known color: Shuttle Grey. HEX triplet: 52, 60 and 6E. RGB value is (82,96,110). Sum of RGB (Red+Green+Blue) = 82+96+110=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #52606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52606E is #AD9F91. Grayscale: #5D5D5D. Windows color (decimal): -11378578 or 7233618. OLE color: 7233618.
HSL color Cylindrical-coordinate representation of color #52606E: hue angle of 210º degrees, saturation: 0.15, 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 #52606E is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 96 | 110 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.57 |
| HSL | 210º | 0.15% | 0.38% | - |
| HSV(B) | 210º | 0.25% | 0.43% | - |
| XYZ | 10.48 | 11.29 | 16.38 | - |
| YUV | 93.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 110 | 0.25 | 0.13 | 0 | 0.57 | 210 | 0.15 | 0.38 |
| Hex | 52 | 60 | 6E | 19 | D | 0 | 39 | D2 | F | 26 |
| Octal | 122 | 140 | 156 | 31 | 15 | 0 | 71 | 322 | 17 | 46 |
| Binary | 1010010 | 1100000 | 1101110 | 11001 | 1101 | 0 | 111001 | 11010010 | 1111 | 100110 |
Color Harmonies of #52606E
Complementary color
Monochromatic Colors of #52606E
Black with #52606E
Text Example
Text Example
White with #52606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52606E; }
p { color: rgb(82,96,110); }
H1.HeaderClassName
{
color: #52606E;
}
.AnyTagClassName
{
color: #52606E;
}
</style>
background-color css
<style>
a { background-color: #52606E; }
a { background-color: rgb(82,96,110); }
div.DivClassName
{
background-color: #52606E;
}
.BgClassName
{
background-color: #52606E;
}
</style>
border-color css
<style>
span { border-color: #52606E; }
span { border-color: rgb(82,96,110); }
td.TdClassName
{
border-color: #52606E;
}
.TagClassName
{
border-color: #52606E;
}
</style>