Shades of Shuttle Grey #5D6472
Tints of Shuttle Grey #5D6472
RGB
CMYK
RGB Variations
Color information
#5D6472 (or 0x5D6472) is known color: Shuttle Grey. HEX triplet: 5D, 64 and 72. RGB value is (93,100,114). Sum of RGB (Red+Green+Blue) = 93+100+114=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D6472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6472 is #A29B8D. Grayscale: #636363. Windows color (decimal): -10656654 or 7496797. OLE color: 7496797.
HSL color Cylindrical-coordinate representation of color #5D6472: hue angle of 220º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D6472 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 100 | 114 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.55 |
| HSL | 220º | 0.1% | 0.41% | - |
| HSV(B) | 220º | 0.18% | 0.45% | - |
| XYZ | 12.11 | 12.66 | 17.72 | - |
| YUV | 99.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 114 | 0.18 | 0.12 | 0 | 0.55 | 220 | 0.1 | 0.41 |
| Hex | 5D | 64 | 72 | 12 | C | 0 | 37 | DC | A | 29 |
| Octal | 135 | 144 | 162 | 22 | 14 | 0 | 67 | 334 | 12 | 51 |
| Binary | 1011101 | 1100100 | 1110010 | 10010 | 1100 | 0 | 110111 | 11011100 | 1010 | 101001 |
Color Harmonies of #5D6472
Complementary color
Monochromatic Colors of #5D6472
Black with #5D6472
Text Example
Text Example
White with #5D6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6472; }
p { color: rgb(93,100,114); }
H1.HeaderClassName
{
color: #5D6472;
}
.AnyTagClassName
{
color: #5D6472;
}
</style>
background-color css
<style>
a { background-color: #5D6472; }
a { background-color: rgb(93,100,114); }
div.DivClassName
{
background-color: #5D6472;
}
.BgClassName
{
background-color: #5D6472;
}
</style>
border-color css
<style>
span { border-color: #5D6472; }
span { border-color: rgb(93,100,114); }
td.TdClassName
{
border-color: #5D6472;
}
.TagClassName
{
border-color: #5D6472;
}
</style>