Shades of Shuttle Grey #5C6368
Tints of Shuttle Grey #5C6368
RGB
CMYK
RGB Variations
Color information
#5C6368 (or 0x5C6368) is known color: Shuttle Grey. HEX triplet: 5C, 63 and 68. RGB value is (92,99,104). Sum of RGB (Red+Green+Blue) = 92+99+104=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6368 is #A39C97. Grayscale: #616161. Windows color (decimal): -10722456 or 6841180. OLE color: 6841180.
HSL color Cylindrical-coordinate representation of color #5C6368: hue angle of 205º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6368 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 99 | 104 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.59 |
| HSL | 205º | 0.06% | 0.38% | - |
| HSV(B) | 205º | 0.12% | 0.41% | - |
| XYZ | 11.37 | 12.2 | 14.85 | - |
| YUV | 97.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 104 | 0.12 | 0.05 | 0 | 0.59 | 205 | 0.06 | 0.38 |
| Hex | 5C | 63 | 68 | C | 5 | 0 | 3B | CD | 6 | 26 |
| Octal | 134 | 143 | 150 | 14 | 5 | 0 | 73 | 315 | 6 | 46 |
| Binary | 1011100 | 1100011 | 1101000 | 1100 | 101 | 0 | 111011 | 11001101 | 110 | 100110 |
Color Harmonies of #5C6368
Complementary color
Monochromatic Colors of #5C6368
Black with #5C6368
Text Example
Text Example
White with #5C6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6368; }
p { color: rgb(92,99,104); }
H1.HeaderClassName
{
color: #5C6368;
}
.AnyTagClassName
{
color: #5C6368;
}
</style>
background-color css
<style>
a { background-color: #5C6368; }
a { background-color: rgb(92,99,104); }
div.DivClassName
{
background-color: #5C6368;
}
.BgClassName
{
background-color: #5C6368;
}
</style>
border-color css
<style>
span { border-color: #5C6368; }
span { border-color: rgb(92,99,104); }
td.TdClassName
{
border-color: #5C6368;
}
.TagClassName
{
border-color: #5C6368;
}
</style>