Shades of Shuttle Grey #5F6670
Tints of Shuttle Grey #5F6670
RGB
CMYK
RGB Variations
Color information
#5F6670 (or 0x5F6670) is known color: Shuttle Grey. HEX triplet: 5F, 66 and 70. RGB value is (95,102,112). Sum of RGB (Red+Green+Blue) = 95+102+112=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6670 is #A0998F. Grayscale: #656565. Windows color (decimal): -10525072 or 7366239. OLE color: 7366239.
HSL color Cylindrical-coordinate representation of color #5F6670: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F6670 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 102 | 112 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.56 |
| HSL | 215.29º | 0.08% | 0.41% | - |
| HSV(B) | 215.29º | 0.15% | 0.44% | - |
| XYZ | 12.4 | 13.11 | 17.21 | - |
| YUV | 101.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 112 | 0.15 | 0.09 | 0 | 0.56 | 215.29 | 0.08 | 0.41 |
| Hex | 5F | 66 | 70 | F | 9 | 0 | 38 | D7 | 8 | 29 |
| Octal | 137 | 146 | 160 | 17 | 11 | 0 | 70 | 327 | 10 | 51 |
| Binary | 1011111 | 1100110 | 1110000 | 1111 | 1001 | 0 | 111000 | 11010111 | 1000 | 101001 |
Color Harmonies of #5F6670
Complementary color
Monochromatic Colors of #5F6670
Black with #5F6670
Text Example
Text Example
White with #5F6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6670; }
p { color: rgb(95,102,112); }
H1.HeaderClassName
{
color: #5F6670;
}
.AnyTagClassName
{
color: #5F6670;
}
</style>
background-color css
<style>
a { background-color: #5F6670; }
a { background-color: rgb(95,102,112); }
div.DivClassName
{
background-color: #5F6670;
}
.BgClassName
{
background-color: #5F6670;
}
</style>
border-color css
<style>
span { border-color: #5F6670; }
span { border-color: rgb(95,102,112); }
td.TdClassName
{
border-color: #5F6670;
}
.TagClassName
{
border-color: #5F6670;
}
</style>