Shades of Shuttle Grey #5D6062
Tints of Shuttle Grey #5D6062
RGB
CMYK
RGB Variations
Color information
#5D6062 (or 0x5D6062) is known color: Shuttle Grey. HEX triplet: 5D, 60 and 62. RGB value is (93,96,98). Sum of RGB (Red+Green+Blue) = 93+96+98=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D6062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6062 is #A29F9D. Grayscale: #5F5F5F. Windows color (decimal): -10657694 or 6447197. OLE color: 6447197.
HSL color Cylindrical-coordinate representation of color #5D6062: hue angle of 204º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D6062 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 98 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.62 |
| HSL | 204º | 0.03% | 0.37% | - |
| HSV(B) | 204º | 0.05% | 0.38% | - |
| XYZ | 10.9 | 11.57 | 13.21 | - |
| YUV | 95.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 98 | 0.05 | 0.02 | 0 | 0.62 | 204 | 0.03 | 0.37 |
| Hex | 5D | 60 | 62 | 5 | 2 | 0 | 3E | CC | 3 | 25 |
| Octal | 135 | 140 | 142 | 5 | 2 | 0 | 76 | 314 | 3 | 45 |
| Binary | 1011101 | 1100000 | 1100010 | 101 | 10 | 0 | 111110 | 11001100 | 11 | 100101 |
Color Harmonies of #5D6062
Complementary color
Monochromatic Colors of #5D6062
Black with #5D6062
Text Example
Text Example
White with #5D6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6062; }
p { color: rgb(93,96,98); }
H1.HeaderClassName
{
color: #5D6062;
}
.AnyTagClassName
{
color: #5D6062;
}
</style>
background-color css
<style>
a { background-color: #5D6062; }
a { background-color: rgb(93,96,98); }
div.DivClassName
{
background-color: #5D6062;
}
.BgClassName
{
background-color: #5D6062;
}
</style>
border-color css
<style>
span { border-color: #5D6062; }
span { border-color: rgb(93,96,98); }
td.TdClassName
{
border-color: #5D6062;
}
.TagClassName
{
border-color: #5D6062;
}
</style>