Shades of Shuttle Grey #5C626D
Tints of Shuttle Grey #5C626D
RGB
CMYK
RGB Variations
Color information
#5C626D (or 0x5C626D) is known color: Shuttle Grey. HEX triplet: 5C, 62 and 6D. RGB value is (92,98,109). Sum of RGB (Red+Green+Blue) = 92+98+109=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C626D is #A39D92. Grayscale: #616161. Windows color (decimal): -10722707 or 7168604. OLE color: 7168604.
HSL color Cylindrical-coordinate representation of color #5C626D: hue angle of 218.82º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C626D is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 98 | 109 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.57 |
| HSL | 218.82º | 0.08% | 0.39% | - |
| HSV(B) | 218.82º | 0.16% | 0.43% | - |
| XYZ | 11.54 | 12.11 | 16.2 | - |
| YUV | 97.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 109 | 0.16 | 0.10 | 0 | 0.57 | 218.82 | 0.08 | 0.39 |
| Hex | 5C | 62 | 6D | 10 | A | 0 | 39 | DB | 8 | 27 |
| Octal | 134 | 142 | 155 | 20 | 12 | 0 | 71 | 333 | 10 | 47 |
| Binary | 1011100 | 1100010 | 1101101 | 10000 | 1010 | 0 | 111001 | 11011011 | 1000 | 100111 |
Color Harmonies of #5C626D
Complementary color
Monochromatic Colors of #5C626D
Black with #5C626D
Text Example
Text Example
White with #5C626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C626D; }
p { color: rgb(92,98,109); }
H1.HeaderClassName
{
color: #5C626D;
}
.AnyTagClassName
{
color: #5C626D;
}
</style>
background-color css
<style>
a { background-color: #5C626D; }
a { background-color: rgb(92,98,109); }
div.DivClassName
{
background-color: #5C626D;
}
.BgClassName
{
background-color: #5C626D;
}
</style>
border-color css
<style>
span { border-color: #5C626D; }
span { border-color: rgb(92,98,109); }
td.TdClassName
{
border-color: #5C626D;
}
.TagClassName
{
border-color: #5C626D;
}
</style>