Shades of Shuttle Grey #5D6A75
Tints of Shuttle Grey #5D6A75
RGB
CMYK
RGB Variations
Color information
#5D6A75 (or 0x5D6A75) is known color: Shuttle Grey. HEX triplet: 5D, 6A and 75. RGB value is (93,106,117). Sum of RGB (Red+Green+Blue) = 93+106+117=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D6A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6A75 is #A2958A. Grayscale: #676767. Windows color (decimal): -10655115 or 7694941. OLE color: 7694941.
HSL color Cylindrical-coordinate representation of color #5D6A75: hue angle of 207.5º degrees, saturation: 0.11, 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 #5D6A75 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 106 | 117 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.54 |
| HSL | 207.5º | 0.11% | 0.41% | - |
| HSV(B) | 207.5º | 0.21% | 0.46% | - |
| XYZ | 12.88 | 13.92 | 18.84 | - |
| YUV | 103.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 117 | 0.21 | 0.09 | 0 | 0.54 | 207.5 | 0.11 | 0.41 |
| Hex | 5D | 6A | 75 | 15 | 9 | 0 | 36 | D0 | B | 29 |
| Octal | 135 | 152 | 165 | 25 | 11 | 0 | 66 | 320 | 13 | 51 |
| Binary | 1011101 | 1101010 | 1110101 | 10101 | 1001 | 0 | 110110 | 11010000 | 1011 | 101001 |
Color Harmonies of #5D6A75
Complementary color
Monochromatic Colors of #5D6A75
Black with #5D6A75
Text Example
Text Example
White with #5D6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6A75; }
p { color: rgb(93,106,117); }
H1.HeaderClassName
{
color: #5D6A75;
}
.AnyTagClassName
{
color: #5D6A75;
}
</style>
background-color css
<style>
a { background-color: #5D6A75; }
a { background-color: rgb(93,106,117); }
div.DivClassName
{
background-color: #5D6A75;
}
.BgClassName
{
background-color: #5D6A75;
}
</style>
border-color css
<style>
span { border-color: #5D6A75; }
span { border-color: rgb(93,106,117); }
td.TdClassName
{
border-color: #5D6A75;
}
.TagClassName
{
border-color: #5D6A75;
}
</style>