Shades of Shuttle Grey #5C6873
Tints of Shuttle Grey #5C6873
RGB
CMYK
RGB Variations
Color information
#5C6873 (or 0x5C6873) is known color: Shuttle Grey. HEX triplet: 5C, 68 and 73. RGB value is (92,104,115). Sum of RGB (Red+Green+Blue) = 92+104+115=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C6873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6873 is #A3978C. Grayscale: #656565. Windows color (decimal): -10721165 or 7563356. OLE color: 7563356.
HSL color Cylindrical-coordinate representation of color #5C6873: hue angle of 208.7º 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 #5C6873 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 104 | 115 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.55 |
| HSL | 208.7º | 0.11% | 0.41% | - |
| HSV(B) | 208.7º | 0.2% | 0.45% | - |
| XYZ | 12.46 | 13.41 | 18.15 | - |
| YUV | 101.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 115 | 0.20 | 0.10 | 0 | 0.55 | 208.7 | 0.11 | 0.41 |
| Hex | 5C | 68 | 73 | 14 | A | 0 | 37 | D1 | B | 29 |
| Octal | 134 | 150 | 163 | 24 | 12 | 0 | 67 | 321 | 13 | 51 |
| Binary | 1011100 | 1101000 | 1110011 | 10100 | 1010 | 0 | 110111 | 11010001 | 1011 | 101001 |
Color Harmonies of #5C6873
Complementary color
Monochromatic Colors of #5C6873
Black with #5C6873
Text Example
Text Example
White with #5C6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6873; }
p { color: rgb(92,104,115); }
H1.HeaderClassName
{
color: #5C6873;
}
.AnyTagClassName
{
color: #5C6873;
}
</style>
background-color css
<style>
a { background-color: #5C6873; }
a { background-color: rgb(92,104,115); }
div.DivClassName
{
background-color: #5C6873;
}
.BgClassName
{
background-color: #5C6873;
}
</style>
border-color css
<style>
span { border-color: #5C6873; }
span { border-color: rgb(92,104,115); }
td.TdClassName
{
border-color: #5C6873;
}
.TagClassName
{
border-color: #5C6873;
}
</style>