Shades of Shuttle Grey #5C6975
Tints of Shuttle Grey #5C6975
RGB
CMYK
RGB Variations
Color information
#5C6975 (or 0x5C6975) is known color: Shuttle Grey. HEX triplet: 5C, 69 and 75. RGB value is (92,105,117). Sum of RGB (Red+Green+Blue) = 92+105+117=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C6975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6975 is #A3968A. Grayscale: #666666. Windows color (decimal): -10720907 or 7694684. OLE color: 7694684.
HSL color Cylindrical-coordinate representation of color #5C6975: hue angle of 208.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C6975 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 105 | 117 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.54 |
| HSL | 208.8º | 0.12% | 0.41% | - |
| HSV(B) | 208.8º | 0.21% | 0.46% | - |
| XYZ | 12.68 | 13.66 | 18.8 | - |
| YUV | 102.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 117 | 0.21 | 0.10 | 0 | 0.54 | 208.8 | 0.12 | 0.41 |
| Hex | 5C | 69 | 75 | 15 | A | 0 | 36 | D1 | C | 29 |
| Octal | 134 | 151 | 165 | 25 | 12 | 0 | 66 | 321 | 14 | 51 |
| Binary | 1011100 | 1101001 | 1110101 | 10101 | 1010 | 0 | 110110 | 11010001 | 1100 | 101001 |
Color Harmonies of #5C6975
Complementary color
Monochromatic Colors of #5C6975
Black with #5C6975
Text Example
Text Example
White with #5C6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6975; }
p { color: rgb(92,105,117); }
H1.HeaderClassName
{
color: #5C6975;
}
.AnyTagClassName
{
color: #5C6975;
}
</style>
background-color css
<style>
a { background-color: #5C6975; }
a { background-color: rgb(92,105,117); }
div.DivClassName
{
background-color: #5C6975;
}
.BgClassName
{
background-color: #5C6975;
}
</style>
border-color css
<style>
span { border-color: #5C6975; }
span { border-color: rgb(92,105,117); }
td.TdClassName
{
border-color: #5C6975;
}
.TagClassName
{
border-color: #5C6975;
}
</style>