Shades of Shuttle Grey #5C6376
Tints of Shuttle Grey #5C6376
RGB
CMYK
RGB Variations
Color information
#5C6376 (or 0x5C6376) is known color: Shuttle Grey. HEX triplet: 5C, 63 and 76. RGB value is (92,99,118). Sum of RGB (Red+Green+Blue) = 92+99+118=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C6376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6376 is #A39C89. Grayscale: #626262. Windows color (decimal): -10722442 or 7758684. OLE color: 7758684.
HSL color Cylindrical-coordinate representation of color #5C6376: hue angle of 223.85º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C6376 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 99 | 118 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.54 |
| HSL | 223.85º | 0.12% | 0.41% | - |
| HSV(B) | 223.85º | 0.22% | 0.46% | - |
| XYZ | 12.15 | 12.51 | 18.91 | - |
| YUV | 99.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 118 | 0.22 | 0.16 | 0 | 0.54 | 223.85 | 0.12 | 0.41 |
| Hex | 5C | 63 | 76 | 16 | 10 | 0 | 36 | E0 | C | 29 |
| Octal | 134 | 143 | 166 | 26 | 20 | 0 | 66 | 340 | 14 | 51 |
| Binary | 1011100 | 1100011 | 1110110 | 10110 | 10000 | 0 | 110110 | 11100000 | 1100 | 101001 |
Color Harmonies of #5C6376
Complementary color
Monochromatic Colors of #5C6376
Black with #5C6376
Text Example
Text Example
White with #5C6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6376; }
p { color: rgb(92,99,118); }
H1.HeaderClassName
{
color: #5C6376;
}
.AnyTagClassName
{
color: #5C6376;
}
</style>
background-color css
<style>
a { background-color: #5C6376; }
a { background-color: rgb(92,99,118); }
div.DivClassName
{
background-color: #5C6376;
}
.BgClassName
{
background-color: #5C6376;
}
</style>
border-color css
<style>
span { border-color: #5C6376; }
span { border-color: rgb(92,99,118); }
td.TdClassName
{
border-color: #5C6376;
}
.TagClassName
{
border-color: #5C6376;
}
</style>