Shades of Shuttle Grey #656870
Tints of Shuttle Grey #656870
RGB
CMYK
RGB Variations
Color information
#656870 (or 0x656870) is known color: Shuttle Grey. HEX triplet: 65, 68 and 70. RGB value is (101,104,112). Sum of RGB (Red+Green+Blue) = 101+104+112=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #656870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656870 is #9A978F. Grayscale: #676767. Windows color (decimal): -10131344 or 7366757. OLE color: 7366757.
HSL color Cylindrical-coordinate representation of color #656870: hue angle of 223.64º 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 #656870 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 104 | 112 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.56 |
| HSL | 223.64º | 0.05% | 0.42% | - |
| HSV(B) | 223.64º | 0.1% | 0.44% | - |
| XYZ | 13.24 | 13.84 | 17.3 | - |
| YUV | 104.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 112 | 0.10 | 0.07 | 0 | 0.56 | 223.64 | 0.05 | 0.42 |
| Hex | 65 | 68 | 70 | A | 7 | 0 | 38 | E0 | 5 | 2A |
| Octal | 145 | 150 | 160 | 12 | 7 | 0 | 70 | 340 | 5 | 52 |
| Binary | 1100101 | 1101000 | 1110000 | 1010 | 111 | 0 | 111000 | 11100000 | 101 | 101010 |
Color Harmonies of #656870
Complementary color
Monochromatic Colors of #656870
Black with #656870
Text Example
Text Example
White with #656870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656870; }
p { color: rgb(101,104,112); }
H1.HeaderClassName
{
color: #656870;
}
.AnyTagClassName
{
color: #656870;
}
</style>
background-color css
<style>
a { background-color: #656870; }
a { background-color: rgb(101,104,112); }
div.DivClassName
{
background-color: #656870;
}
.BgClassName
{
background-color: #656870;
}
</style>
border-color css
<style>
span { border-color: #656870; }
span { border-color: rgb(101,104,112); }
td.TdClassName
{
border-color: #656870;
}
.TagClassName
{
border-color: #656870;
}
</style>