Shades of Shuttle Grey #5D6873
Tints of Shuttle Grey #5D6873
RGB
CMYK
RGB Variations
Color information
#5D6873 (or 0x5D6873) is known color: Shuttle Grey. HEX triplet: 5D, 68 and 73. RGB value is (93,104,115). Sum of RGB (Red+Green+Blue) = 93+104+115=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D6873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6873 is #A2978C. Grayscale: #656565. Windows color (decimal): -10655629 or 7563357. OLE color: 7563357.
HSL color Cylindrical-coordinate representation of color #5D6873: hue angle of 210º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D6873 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 104 | 115 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.55 |
| HSL | 210º | 0.11% | 0.41% | - |
| HSV(B) | 210º | 0.19% | 0.45% | - |
| XYZ | 12.56 | 13.47 | 18.16 | - |
| YUV | 101.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 115 | 0.19 | 0.10 | 0 | 0.55 | 210 | 0.11 | 0.41 |
| Hex | 5D | 68 | 73 | 13 | A | 0 | 37 | D2 | B | 29 |
| Octal | 135 | 150 | 163 | 23 | 12 | 0 | 67 | 322 | 13 | 51 |
| Binary | 1011101 | 1101000 | 1110011 | 10011 | 1010 | 0 | 110111 | 11010010 | 1011 | 101001 |
Color Harmonies of #5D6873
Complementary color
Monochromatic Colors of #5D6873
Black with #5D6873
Text Example
Text Example
White with #5D6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6873; }
p { color: rgb(93,104,115); }
H1.HeaderClassName
{
color: #5D6873;
}
.AnyTagClassName
{
color: #5D6873;
}
</style>
background-color css
<style>
a { background-color: #5D6873; }
a { background-color: rgb(93,104,115); }
div.DivClassName
{
background-color: #5D6873;
}
.BgClassName
{
background-color: #5D6873;
}
</style>
border-color css
<style>
span { border-color: #5D6873; }
span { border-color: rgb(93,104,115); }
td.TdClassName
{
border-color: #5D6873;
}
.TagClassName
{
border-color: #5D6873;
}
</style>