Shades of Shuttle Grey #52606C
Tints of Shuttle Grey #52606C
RGB
CMYK
RGB Variations
Color information
#52606C (or 0x52606C) is known color: Shuttle Grey. HEX triplet: 52, 60 and 6C. RGB value is (82,96,108). Sum of RGB (Red+Green+Blue) = 82+96+108=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #52606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52606C is #AD9F93. Grayscale: #5D5D5D. Windows color (decimal): -11378580 or 7102546. OLE color: 7102546.
HSL color Cylindrical-coordinate representation of color #52606C: hue angle of 207.69º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52606C is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 96 | 108 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.58 |
| HSL | 207.69º | 0.14% | 0.37% | - |
| HSV(B) | 207.69º | 0.24% | 0.42% | - |
| XYZ | 10.37 | 11.24 | 15.81 | - |
| YUV | 93.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 108 | 0.24 | 0.11 | 0 | 0.58 | 207.69 | 0.14 | 0.37 |
| Hex | 52 | 60 | 6C | 18 | B | 0 | 3A | D0 | E | 25 |
| Octal | 122 | 140 | 154 | 30 | 13 | 0 | 72 | 320 | 16 | 45 |
| Binary | 1010010 | 1100000 | 1101100 | 11000 | 1011 | 0 | 111010 | 11010000 | 1110 | 100101 |
Color Harmonies of #52606C
Complementary color
Monochromatic Colors of #52606C
Black with #52606C
Text Example
Text Example
White with #52606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52606C; }
p { color: rgb(82,96,108); }
H1.HeaderClassName
{
color: #52606C;
}
.AnyTagClassName
{
color: #52606C;
}
</style>
background-color css
<style>
a { background-color: #52606C; }
a { background-color: rgb(82,96,108); }
div.DivClassName
{
background-color: #52606C;
}
.BgClassName
{
background-color: #52606C;
}
</style>
border-color css
<style>
span { border-color: #52606C; }
span { border-color: rgb(82,96,108); }
td.TdClassName
{
border-color: #52606C;
}
.TagClassName
{
border-color: #52606C;
}
</style>