Shades of Shuttle Grey #53626D
Tints of Shuttle Grey #53626D
RGB
CMYK
RGB Variations
Color information
#53626D (or 0x53626D) is known color: Shuttle Grey. HEX triplet: 53, 62 and 6D. RGB value is (83,98,109). Sum of RGB (Red+Green+Blue) = 83+98+109=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #53626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53626D is #AC9D92. Grayscale: #5E5E5E. Windows color (decimal): -11312531 or 7168595. OLE color: 7168595.
HSL color Cylindrical-coordinate representation of color #53626D: hue angle of 205.38º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53626D is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 98 | 109 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.57 |
| HSL | 205.38º | 0.14% | 0.38% | - |
| HSV(B) | 205.38º | 0.24% | 0.43% | - |
| XYZ | 10.7 | 11.68 | 16.16 | - |
| YUV | 94.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 109 | 0.24 | 0.10 | 0 | 0.57 | 205.38 | 0.14 | 0.38 |
| Hex | 53 | 62 | 6D | 18 | A | 0 | 39 | CD | E | 26 |
| Octal | 123 | 142 | 155 | 30 | 12 | 0 | 71 | 315 | 16 | 46 |
| Binary | 1010011 | 1100010 | 1101101 | 11000 | 1010 | 0 | 111001 | 11001101 | 1110 | 100110 |
Color Harmonies of #53626D
Complementary color
Monochromatic Colors of #53626D
Black with #53626D
Text Example
Text Example
White with #53626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53626D; }
p { color: rgb(83,98,109); }
H1.HeaderClassName
{
color: #53626D;
}
.AnyTagClassName
{
color: #53626D;
}
</style>
background-color css
<style>
a { background-color: #53626D; }
a { background-color: rgb(83,98,109); }
div.DivClassName
{
background-color: #53626D;
}
.BgClassName
{
background-color: #53626D;
}
</style>
border-color css
<style>
span { border-color: #53626D; }
span { border-color: rgb(83,98,109); }
td.TdClassName
{
border-color: #53626D;
}
.TagClassName
{
border-color: #53626D;
}
</style>