Shades of Shuttle Grey #5D6770
Tints of Shuttle Grey #5D6770
RGB
CMYK
RGB Variations
Color information
#5D6770 (or 0x5D6770) is known color: Shuttle Grey. HEX triplet: 5D, 67 and 70. RGB value is (93,103,112). Sum of RGB (Red+Green+Blue) = 93+103+112=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D6770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6770 is #A2988F. Grayscale: #646464. Windows color (decimal): -10655888 or 7366493. OLE color: 7366493.
HSL color Cylindrical-coordinate representation of color #5D6770: hue angle of 208.42º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D6770 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 103 | 112 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.56 |
| HSL | 208.42º | 0.09% | 0.4% | - |
| HSV(B) | 208.42º | 0.17% | 0.44% | - |
| XYZ | 12.29 | 13.2 | 17.23 | - |
| YUV | 101.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 112 | 0.17 | 0.08 | 0 | 0.56 | 208.42 | 0.09 | 0.4 |
| Hex | 5D | 67 | 70 | 11 | 8 | 0 | 38 | D0 | 9 | 28 |
| Octal | 135 | 147 | 160 | 21 | 10 | 0 | 70 | 320 | 11 | 50 |
| Binary | 1011101 | 1100111 | 1110000 | 10001 | 1000 | 0 | 111000 | 11010000 | 1001 | 101000 |
Color Harmonies of #5D6770
Complementary color
Monochromatic Colors of #5D6770
Black with #5D6770
Text Example
Text Example
White with #5D6770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6770; }
p { color: rgb(93,103,112); }
H1.HeaderClassName
{
color: #5D6770;
}
.AnyTagClassName
{
color: #5D6770;
}
</style>
background-color css
<style>
a { background-color: #5D6770; }
a { background-color: rgb(93,103,112); }
div.DivClassName
{
background-color: #5D6770;
}
.BgClassName
{
background-color: #5D6770;
}
</style>
border-color css
<style>
span { border-color: #5D6770; }
span { border-color: rgb(93,103,112); }
td.TdClassName
{
border-color: #5D6770;
}
.TagClassName
{
border-color: #5D6770;
}
</style>