Shades of Shuttle Grey #5D6167
Tints of Shuttle Grey #5D6167
RGB
CMYK
RGB Variations
Color information
#5D6167 (or 0x5D6167) is known color: Shuttle Grey. HEX triplet: 5D, 61 and 67. RGB value is (93,97,103). Sum of RGB (Red+Green+Blue) = 93+97+103=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D6167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6167 is #A29E98. Grayscale: #606060. Windows color (decimal): -10657433 or 6775133. OLE color: 6775133.
HSL color Cylindrical-coordinate representation of color #5D6167: hue angle of 216º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D6167 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 97 | 103 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.60 |
| HSL | 216º | 0.05% | 0.38% | - |
| HSV(B) | 216º | 0.1% | 0.4% | - |
| XYZ | 11.24 | 11.86 | 14.53 | - |
| YUV | 96.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 103 | 0.10 | 0.06 | 0 | 0.60 | 216 | 0.05 | 0.38 |
| Hex | 5D | 61 | 67 | A | 6 | 0 | 3C | D8 | 5 | 26 |
| Octal | 135 | 141 | 147 | 12 | 6 | 0 | 74 | 330 | 5 | 46 |
| Binary | 1011101 | 1100001 | 1100111 | 1010 | 110 | 0 | 111100 | 11011000 | 101 | 100110 |
Color Harmonies of #5D6167
Complementary color
Monochromatic Colors of #5D6167
Black with #5D6167
Text Example
Text Example
White with #5D6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6167; }
p { color: rgb(93,97,103); }
H1.HeaderClassName
{
color: #5D6167;
}
.AnyTagClassName
{
color: #5D6167;
}
</style>
background-color css
<style>
a { background-color: #5D6167; }
a { background-color: rgb(93,97,103); }
div.DivClassName
{
background-color: #5D6167;
}
.BgClassName
{
background-color: #5D6167;
}
</style>
border-color css
<style>
span { border-color: #5D6167; }
span { border-color: rgb(93,97,103); }
td.TdClassName
{
border-color: #5D6167;
}
.TagClassName
{
border-color: #5D6167;
}
</style>