Shades of Shuttle Grey #52626E
Tints of Shuttle Grey #52626E
RGB
CMYK
RGB Variations
Color information
#52626E (or 0x52626E) is known color: Shuttle Grey. HEX triplet: 52, 62 and 6E. RGB value is (82,98,110). Sum of RGB (Red+Green+Blue) = 82+98+110=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #52626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626E is #AD9D91. Grayscale: #5E5E5E. Windows color (decimal): -11378066 or 7234130. OLE color: 7234130.
HSL color Cylindrical-coordinate representation of color #52626E: hue angle of 205.71º 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 #52626E is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 98 | 110 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.57 |
| HSL | 205.71º | 0.15% | 0.38% | - |
| HSV(B) | 205.71º | 0.25% | 0.43% | - |
| XYZ | 10.66 | 11.65 | 16.44 | - |
| YUV | 94.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 110 | 0.25 | 0.11 | 0 | 0.57 | 205.71 | 0.15 | 0.38 |
| Hex | 52 | 62 | 6E | 19 | B | 0 | 39 | CE | F | 26 |
| Octal | 122 | 142 | 156 | 31 | 13 | 0 | 71 | 316 | 17 | 46 |
| Binary | 1010010 | 1100010 | 1101110 | 11001 | 1011 | 0 | 111001 | 11001110 | 1111 | 100110 |
Color Harmonies of #52626E
Complementary color
Monochromatic Colors of #52626E
Black with #52626E
Text Example
Text Example
White with #52626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52626E; }
p { color: rgb(82,98,110); }
H1.HeaderClassName
{
color: #52626E;
}
.AnyTagClassName
{
color: #52626E;
}
</style>
background-color css
<style>
a { background-color: #52626E; }
a { background-color: rgb(82,98,110); }
div.DivClassName
{
background-color: #52626E;
}
.BgClassName
{
background-color: #52626E;
}
</style>
border-color css
<style>
span { border-color: #52626E; }
span { border-color: rgb(82,98,110); }
td.TdClassName
{
border-color: #52626E;
}
.TagClassName
{
border-color: #52626E;
}
</style>