Shades of Shuttle Grey #5C6369
Tints of Shuttle Grey #5C6369
RGB
CMYK
RGB Variations
Color information
#5C6369 (or 0x5C6369) is known color: Shuttle Grey. HEX triplet: 5C, 63 and 69. RGB value is (92,99,105). Sum of RGB (Red+Green+Blue) = 92+99+105=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6369 is #A39C96. Grayscale: #616161. Windows color (decimal): -10722455 or 6906716. OLE color: 6906716.
HSL color Cylindrical-coordinate representation of color #5C6369: hue angle of 207.69º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6369 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 99 | 105 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.59 |
| HSL | 207.69º | 0.07% | 0.39% | - |
| HSV(B) | 207.69º | 0.12% | 0.41% | - |
| XYZ | 11.43 | 12.22 | 15.12 | - |
| YUV | 97.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 105 | 0.12 | 0.06 | 0 | 0.59 | 207.69 | 0.07 | 0.39 |
| Hex | 5C | 63 | 69 | C | 6 | 0 | 3B | D0 | 7 | 27 |
| Octal | 134 | 143 | 151 | 14 | 6 | 0 | 73 | 320 | 7 | 47 |
| Binary | 1011100 | 1100011 | 1101001 | 1100 | 110 | 0 | 111011 | 11010000 | 111 | 100111 |
Color Harmonies of #5C6369
Complementary color
Monochromatic Colors of #5C6369
Black with #5C6369
Text Example
Text Example
White with #5C6369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6369; }
p { color: rgb(92,99,105); }
H1.HeaderClassName
{
color: #5C6369;
}
.AnyTagClassName
{
color: #5C6369;
}
</style>
background-color css
<style>
a { background-color: #5C6369; }
a { background-color: rgb(92,99,105); }
div.DivClassName
{
background-color: #5C6369;
}
.BgClassName
{
background-color: #5C6369;
}
</style>
border-color css
<style>
span { border-color: #5C6369; }
span { border-color: rgb(92,99,105); }
td.TdClassName
{
border-color: #5C6369;
}
.TagClassName
{
border-color: #5C6369;
}
</style>