Shades of Shuttle Grey #656970
Tints of Shuttle Grey #656970
RGB
CMYK
RGB Variations
Color information
#656970 (or 0x656970) is known color: Shuttle Grey. HEX triplet: 65, 69 and 70. RGB value is (101,105,112). Sum of RGB (Red+Green+Blue) = 101+105+112=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #656970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656970 is #9A968F. Grayscale: #686868. Windows color (decimal): -10131088 or 7367013. OLE color: 7367013.
HSL color Cylindrical-coordinate representation of color #656970: hue angle of 218.18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #656970 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 105 | 112 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.56 |
| HSL | 218.18º | 0.05% | 0.42% | - |
| HSV(B) | 218.18º | 0.1% | 0.44% | - |
| XYZ | 13.34 | 14.04 | 17.34 | - |
| YUV | 104.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 112 | 0.10 | 0.06 | 0 | 0.56 | 218.18 | 0.05 | 0.42 |
| Hex | 65 | 69 | 70 | A | 6 | 0 | 38 | DA | 5 | 2A |
| Octal | 145 | 151 | 160 | 12 | 6 | 0 | 70 | 332 | 5 | 52 |
| Binary | 1100101 | 1101001 | 1110000 | 1010 | 110 | 0 | 111000 | 11011010 | 101 | 101010 |
Color Harmonies of #656970
Complementary color
Monochromatic Colors of #656970
Black with #656970
Text Example
Text Example
White with #656970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656970; }
p { color: rgb(101,105,112); }
H1.HeaderClassName
{
color: #656970;
}
.AnyTagClassName
{
color: #656970;
}
</style>
background-color css
<style>
a { background-color: #656970; }
a { background-color: rgb(101,105,112); }
div.DivClassName
{
background-color: #656970;
}
.BgClassName
{
background-color: #656970;
}
</style>
border-color css
<style>
span { border-color: #656970; }
span { border-color: rgb(101,105,112); }
td.TdClassName
{
border-color: #656970;
}
.TagClassName
{
border-color: #656970;
}
</style>