Shades of Shuttle Grey #5F6775
Tints of Shuttle Grey #5F6775
RGB
CMYK
RGB Variations
Color information
#5F6775 (or 0x5F6775) is known color: Shuttle Grey. HEX triplet: 5F, 67 and 75. RGB value is (95,103,117). Sum of RGB (Red+Green+Blue) = 95+103+117=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6775 is #A0988A. Grayscale: #666666. Windows color (decimal): -10524811 or 7694175. OLE color: 7694175.
HSL color Cylindrical-coordinate representation of color #5F6775: hue angle of 218.18º 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 #5F6775 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 103 | 117 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.54 |
| HSL | 218.18º | 0.1% | 0.42% | - |
| HSV(B) | 218.18º | 0.19% | 0.46% | - |
| XYZ | 12.78 | 13.42 | 18.75 | - |
| YUV | 102.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 117 | 0.19 | 0.12 | 0 | 0.54 | 218.18 | 0.1 | 0.42 |
| Hex | 5F | 67 | 75 | 13 | C | 0 | 36 | DA | A | 2A |
| Octal | 137 | 147 | 165 | 23 | 14 | 0 | 66 | 332 | 12 | 52 |
| Binary | 1011111 | 1100111 | 1110101 | 10011 | 1100 | 0 | 110110 | 11011010 | 1010 | 101010 |
Color Harmonies of #5F6775
Complementary color
Monochromatic Colors of #5F6775
Black with #5F6775
Text Example
Text Example
White with #5F6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6775; }
p { color: rgb(95,103,117); }
H1.HeaderClassName
{
color: #5F6775;
}
.AnyTagClassName
{
color: #5F6775;
}
</style>
background-color css
<style>
a { background-color: #5F6775; }
a { background-color: rgb(95,103,117); }
div.DivClassName
{
background-color: #5F6775;
}
.BgClassName
{
background-color: #5F6775;
}
</style>
border-color css
<style>
span { border-color: #5F6775; }
span { border-color: rgb(95,103,117); }
td.TdClassName
{
border-color: #5F6775;
}
.TagClassName
{
border-color: #5F6775;
}
</style>