Shades of Shuttle Grey #5F6A75
Tints of Shuttle Grey #5F6A75
RGB
CMYK
RGB Variations
Color information
#5F6A75 (or 0x5F6A75) is known color: Shuttle Grey. HEX triplet: 5F, 6A and 75. RGB value is (95,106,117). Sum of RGB (Red+Green+Blue) = 95+106+117=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F6A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A75 is #A0958A. Grayscale: #676767. Windows color (decimal): -10524043 or 7694943. OLE color: 7694943.
HSL color Cylindrical-coordinate representation of color #5F6A75: hue angle of 210º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6A75 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 106 | 117 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.54 |
| HSL | 210º | 0.1% | 0.42% | - |
| HSV(B) | 210º | 0.19% | 0.46% | - |
| XYZ | 13.08 | 14.03 | 18.85 | - |
| YUV | 103.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 106 | 117 | 0.19 | 0.09 | 0 | 0.54 | 210 | 0.1 | 0.42 |
| Hex | 5F | 6A | 75 | 13 | 9 | 0 | 36 | D2 | A | 2A |
| Octal | 137 | 152 | 165 | 23 | 11 | 0 | 66 | 322 | 12 | 52 |
| Binary | 1011111 | 1101010 | 1110101 | 10011 | 1001 | 0 | 110110 | 11010010 | 1010 | 101010 |
Color Harmonies of #5F6A75
Complementary color
Monochromatic Colors of #5F6A75
Black with #5F6A75
Text Example
Text Example
White with #5F6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6A75; }
p { color: rgb(95,106,117); }
H1.HeaderClassName
{
color: #5F6A75;
}
.AnyTagClassName
{
color: #5F6A75;
}
</style>
background-color css
<style>
a { background-color: #5F6A75; }
a { background-color: rgb(95,106,117); }
div.DivClassName
{
background-color: #5F6A75;
}
.BgClassName
{
background-color: #5F6A75;
}
</style>
border-color css
<style>
span { border-color: #5F6A75; }
span { border-color: rgb(95,106,117); }
td.TdClassName
{
border-color: #5F6A75;
}
.TagClassName
{
border-color: #5F6A75;
}
</style>