Shades of Shuttle Grey #52616D
Tints of Shuttle Grey #52616D
RGB
CMYK
RGB Variations
Color information
#52616D (or 0x52616D) is known color: Shuttle Grey. HEX triplet: 52, 61 and 6D. RGB value is (82,97,109). Sum of RGB (Red+Green+Blue) = 82+97+109=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #52616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52616D is #AD9E92. Grayscale: #5D5D5D. Windows color (decimal): -11378323 or 7168338. OLE color: 7168338.
HSL color Cylindrical-coordinate representation of color #52616D: hue angle of 206.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52616D is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 97 | 109 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.57 |
| HSL | 206.67º | 0.14% | 0.37% | - |
| HSV(B) | 206.67º | 0.25% | 0.43% | - |
| XYZ | 10.51 | 11.45 | 16.12 | - |
| YUV | 93.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 109 | 0.25 | 0.11 | 0 | 0.57 | 206.67 | 0.14 | 0.37 |
| Hex | 52 | 61 | 6D | 19 | B | 0 | 39 | CF | E | 25 |
| Octal | 122 | 141 | 155 | 31 | 13 | 0 | 71 | 317 | 16 | 45 |
| Binary | 1010010 | 1100001 | 1101101 | 11001 | 1011 | 0 | 111001 | 11001111 | 1110 | 100101 |
Color Harmonies of #52616D
Complementary color
Monochromatic Colors of #52616D
Black with #52616D
Text Example
Text Example
White with #52616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52616D; }
p { color: rgb(82,97,109); }
H1.HeaderClassName
{
color: #52616D;
}
.AnyTagClassName
{
color: #52616D;
}
</style>
background-color css
<style>
a { background-color: #52616D; }
a { background-color: rgb(82,97,109); }
div.DivClassName
{
background-color: #52616D;
}
.BgClassName
{
background-color: #52616D;
}
</style>
border-color css
<style>
span { border-color: #52616D; }
span { border-color: rgb(82,97,109); }
td.TdClassName
{
border-color: #52616D;
}
.TagClassName
{
border-color: #52616D;
}
</style>