Shades of Shuttle Grey #5D6570
Tints of Shuttle Grey #5D6570
RGB
CMYK
RGB Variations
Color information
#5D6570 (or 0x5D6570) is known color: Shuttle Grey. HEX triplet: 5D, 65 and 70. RGB value is (93,101,112). Sum of RGB (Red+Green+Blue) = 93+101+112=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D6570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6570 is #A29A8F. Grayscale: #636363. Windows color (decimal): -10656400 or 7365981. OLE color: 7365981.
HSL color Cylindrical-coordinate representation of color #5D6570: hue angle of 214.74º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D6570 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 101 | 112 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.56 |
| HSL | 214.74º | 0.09% | 0.4% | - |
| HSV(B) | 214.74º | 0.17% | 0.44% | - |
| XYZ | 12.09 | 12.8 | 17.16 | - |
| YUV | 99.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 112 | 0.17 | 0.10 | 0 | 0.56 | 214.74 | 0.09 | 0.4 |
| Hex | 5D | 65 | 70 | 11 | A | 0 | 38 | D7 | 9 | 28 |
| Octal | 135 | 145 | 160 | 21 | 12 | 0 | 70 | 327 | 11 | 50 |
| Binary | 1011101 | 1100101 | 1110000 | 10001 | 1010 | 0 | 111000 | 11010111 | 1001 | 101000 |
Color Harmonies of #5D6570
Complementary color
Monochromatic Colors of #5D6570
Black with #5D6570
Text Example
Text Example
White with #5D6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6570; }
p { color: rgb(93,101,112); }
H1.HeaderClassName
{
color: #5D6570;
}
.AnyTagClassName
{
color: #5D6570;
}
</style>
background-color css
<style>
a { background-color: #5D6570; }
a { background-color: rgb(93,101,112); }
div.DivClassName
{
background-color: #5D6570;
}
.BgClassName
{
background-color: #5D6570;
}
</style>
border-color css
<style>
span { border-color: #5D6570; }
span { border-color: rgb(93,101,112); }
td.TdClassName
{
border-color: #5D6570;
}
.TagClassName
{
border-color: #5D6570;
}
</style>