Shades of Shuttle Grey #5F656A
Tints of Shuttle Grey #5F656A
RGB
CMYK
RGB Variations
Color information
#5F656A (or 0x5F656A) is known color: Shuttle Grey. HEX triplet: 5F, 65 and 6A. RGB value is (95,101,106). Sum of RGB (Red+Green+Blue) = 95+101+106=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F656A is #A09A95. Grayscale: #636363. Windows color (decimal): -10525334 or 6972767. OLE color: 6972767.
HSL color Cylindrical-coordinate representation of color #5F656A: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F656A is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 101 | 106 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.58 |
| HSL | 207.27º | 0.05% | 0.39% | - |
| HSV(B) | 207.27º | 0.1% | 0.42% | - |
| XYZ | 11.97 | 12.78 | 15.47 | - |
| YUV | 99.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 106 | 0.10 | 0.05 | 0 | 0.58 | 207.27 | 0.05 | 0.39 |
| Hex | 5F | 65 | 6A | A | 5 | 0 | 3A | CF | 5 | 27 |
| Octal | 137 | 145 | 152 | 12 | 5 | 0 | 72 | 317 | 5 | 47 |
| Binary | 1011111 | 1100101 | 1101010 | 1010 | 101 | 0 | 111010 | 11001111 | 101 | 100111 |
Color Harmonies of #5F656A
Complementary color
Monochromatic Colors of #5F656A
Black with #5F656A
Text Example
Text Example
White with #5F656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F656A; }
p { color: rgb(95,101,106); }
H1.HeaderClassName
{
color: #5F656A;
}
.AnyTagClassName
{
color: #5F656A;
}
</style>
background-color css
<style>
a { background-color: #5F656A; }
a { background-color: rgb(95,101,106); }
div.DivClassName
{
background-color: #5F656A;
}
.BgClassName
{
background-color: #5F656A;
}
</style>
border-color css
<style>
span { border-color: #5F656A; }
span { border-color: rgb(95,101,106); }
td.TdClassName
{
border-color: #5F656A;
}
.TagClassName
{
border-color: #5F656A;
}
</style>