Shades of Shuttle Grey #5C6473
Tints of Shuttle Grey #5C6473
RGB
CMYK
RGB Variations
Color information
#5C6473 (or 0x5C6473) is known color: Shuttle Grey. HEX triplet: 5C, 64 and 73. RGB value is (92,100,115). Sum of RGB (Red+Green+Blue) = 92+100+115=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C6473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6473 is #A39B8C. Grayscale: #636363. Windows color (decimal): -10722189 or 7562332. OLE color: 7562332.
HSL color Cylindrical-coordinate representation of color #5C6473: hue angle of 219.13º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C6473 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 100 | 115 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.55 |
| HSL | 219.13º | 0.11% | 0.41% | - |
| HSV(B) | 219.13º | 0.2% | 0.45% | - |
| XYZ | 12.07 | 12.63 | 18.02 | - |
| YUV | 99.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 115 | 0.20 | 0.13 | 0 | 0.55 | 219.13 | 0.11 | 0.41 |
| Hex | 5C | 64 | 73 | 14 | D | 0 | 37 | DB | B | 29 |
| Octal | 134 | 144 | 163 | 24 | 15 | 0 | 67 | 333 | 13 | 51 |
| Binary | 1011100 | 1100100 | 1110011 | 10100 | 1101 | 0 | 110111 | 11011011 | 1011 | 101001 |
Color Harmonies of #5C6473
Complementary color
Monochromatic Colors of #5C6473
Black with #5C6473
Text Example
Text Example
White with #5C6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6473; }
p { color: rgb(92,100,115); }
H1.HeaderClassName
{
color: #5C6473;
}
.AnyTagClassName
{
color: #5C6473;
}
</style>
background-color css
<style>
a { background-color: #5C6473; }
a { background-color: rgb(92,100,115); }
div.DivClassName
{
background-color: #5C6473;
}
.BgClassName
{
background-color: #5C6473;
}
</style>
border-color css
<style>
span { border-color: #5C6473; }
span { border-color: rgb(92,100,115); }
td.TdClassName
{
border-color: #5C6473;
}
.TagClassName
{
border-color: #5C6473;
}
</style>