Shades of Shuttle Grey #53626F
Tints of Shuttle Grey #53626F
RGB
CMYK
RGB Variations
Color information
#53626F (or 0x53626F) is known color: Shuttle Grey. HEX triplet: 53, 62 and 6F. RGB value is (83,98,111). Sum of RGB (Red+Green+Blue) = 83+98+111=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #53626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53626F is #AC9D90. Grayscale: #5E5E5E. Windows color (decimal): -11312529 or 7299667. OLE color: 7299667.
HSL color Cylindrical-coordinate representation of color #53626F: hue angle of 207.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53626F is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 98 | 111 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.56 |
| HSL | 207.86º | 0.14% | 0.38% | - |
| HSV(B) | 207.86º | 0.25% | 0.44% | - |
| XYZ | 10.8 | 11.72 | 16.73 | - |
| YUV | 95 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 111 | 0.25 | 0.12 | 0 | 0.56 | 207.86 | 0.14 | 0.38 |
| Hex | 53 | 62 | 6F | 19 | C | 0 | 38 | D0 | E | 26 |
| Octal | 123 | 142 | 157 | 31 | 14 | 0 | 70 | 320 | 16 | 46 |
| Binary | 1010011 | 1100010 | 1101111 | 11001 | 1100 | 0 | 111000 | 11010000 | 1110 | 100110 |
Color Harmonies of #53626F
Complementary color
Monochromatic Colors of #53626F
Black with #53626F
Text Example
Text Example
White with #53626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53626F; }
p { color: rgb(83,98,111); }
H1.HeaderClassName
{
color: #53626F;
}
.AnyTagClassName
{
color: #53626F;
}
</style>
background-color css
<style>
a { background-color: #53626F; }
a { background-color: rgb(83,98,111); }
div.DivClassName
{
background-color: #53626F;
}
.BgClassName
{
background-color: #53626F;
}
</style>
border-color css
<style>
span { border-color: #53626F; }
span { border-color: rgb(83,98,111); }
td.TdClassName
{
border-color: #53626F;
}
.TagClassName
{
border-color: #53626F;
}
</style>