Shades of Shuttle Grey #5D656C
Tints of Shuttle Grey #5D656C
RGB
CMYK
RGB Variations
Color information
#5D656C (or 0x5D656C) is known color: Shuttle Grey. HEX triplet: 5D, 65 and 6C. RGB value is (93,101,108). Sum of RGB (Red+Green+Blue) = 93+101+108=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D656C is #A29A93. Grayscale: #636363. Windows color (decimal): -10656404 or 7103837. OLE color: 7103837.
HSL color Cylindrical-coordinate representation of color #5D656C: hue angle of 208º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D656C is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 101 | 108 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.58 |
| HSL | 208º | 0.07% | 0.39% | - |
| HSV(B) | 208º | 0.14% | 0.42% | - |
| XYZ | 11.87 | 12.72 | 16.02 | - |
| YUV | 99.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 108 | 0.14 | 0.06 | 0 | 0.58 | 208 | 0.07 | 0.39 |
| Hex | 5D | 65 | 6C | E | 6 | 0 | 3A | D0 | 7 | 27 |
| Octal | 135 | 145 | 154 | 16 | 6 | 0 | 72 | 320 | 7 | 47 |
| Binary | 1011101 | 1100101 | 1101100 | 1110 | 110 | 0 | 111010 | 11010000 | 111 | 100111 |
Color Harmonies of #5D656C
Complementary color
Monochromatic Colors of #5D656C
Black with #5D656C
Text Example
Text Example
White with #5D656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D656C; }
p { color: rgb(93,101,108); }
H1.HeaderClassName
{
color: #5D656C;
}
.AnyTagClassName
{
color: #5D656C;
}
</style>
background-color css
<style>
a { background-color: #5D656C; }
a { background-color: rgb(93,101,108); }
div.DivClassName
{
background-color: #5D656C;
}
.BgClassName
{
background-color: #5D656C;
}
</style>
border-color css
<style>
span { border-color: #5D656C; }
span { border-color: rgb(93,101,108); }
td.TdClassName
{
border-color: #5D656C;
}
.TagClassName
{
border-color: #5D656C;
}
</style>