Shades of Shuttle Grey #5D6772
Tints of Shuttle Grey #5D6772
RGB
CMYK
RGB Variations
Color information
#5D6772 (or 0x5D6772) is known color: Shuttle Grey. HEX triplet: 5D, 67 and 72. RGB value is (93,103,114). Sum of RGB (Red+Green+Blue) = 93+103+114=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D6772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6772 is #A2988D. Grayscale: #656565. Windows color (decimal): -10655886 or 7497565. OLE color: 7497565.
HSL color Cylindrical-coordinate representation of color #5D6772: hue angle of 211.43º 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 #5D6772 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 103 | 114 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.55 |
| HSL | 211.43º | 0.1% | 0.41% | - |
| HSV(B) | 211.43º | 0.18% | 0.45% | - |
| XYZ | 12.4 | 13.24 | 17.82 | - |
| YUV | 101.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 114 | 0.18 | 0.10 | 0 | 0.55 | 211.43 | 0.1 | 0.41 |
| Hex | 5D | 67 | 72 | 12 | A | 0 | 37 | D3 | A | 29 |
| Octal | 135 | 147 | 162 | 22 | 12 | 0 | 67 | 323 | 12 | 51 |
| Binary | 1011101 | 1100111 | 1110010 | 10010 | 1010 | 0 | 110111 | 11010011 | 1010 | 101001 |
Color Harmonies of #5D6772
Complementary color
Monochromatic Colors of #5D6772
Black with #5D6772
Text Example
Text Example
White with #5D6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6772; }
p { color: rgb(93,103,114); }
H1.HeaderClassName
{
color: #5D6772;
}
.AnyTagClassName
{
color: #5D6772;
}
</style>
background-color css
<style>
a { background-color: #5D6772; }
a { background-color: rgb(93,103,114); }
div.DivClassName
{
background-color: #5D6772;
}
.BgClassName
{
background-color: #5D6772;
}
</style>
border-color css
<style>
span { border-color: #5D6772; }
span { border-color: rgb(93,103,114); }
td.TdClassName
{
border-color: #5D6772;
}
.TagClassName
{
border-color: #5D6772;
}
</style>