Shades of Shuttle Grey #55616C
Tints of Shuttle Grey #55616C
RGB
CMYK
RGB Variations
Color information
#55616C (or 0x55616C) is known color: Shuttle Grey. HEX triplet: 55, 61 and 6C. RGB value is (85,97,108). Sum of RGB (Red+Green+Blue) = 85+97+108=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #55616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616C is #AA9E93. Grayscale: #5E5E5E. Windows color (decimal): -11181716 or 7102805. OLE color: 7102805.
HSL color Cylindrical-coordinate representation of color #55616C: hue angle of 208.7º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55616C is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 97 | 108 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.58 |
| HSL | 208.7º | 0.12% | 0.38% | - |
| HSV(B) | 208.7º | 0.21% | 0.42% | - |
| XYZ | 10.73 | 11.56 | 15.85 | - |
| YUV | 94.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 108 | 0.21 | 0.10 | 0 | 0.58 | 208.7 | 0.12 | 0.38 |
| Hex | 55 | 61 | 6C | 15 | A | 0 | 3A | D1 | C | 26 |
| Octal | 125 | 141 | 154 | 25 | 12 | 0 | 72 | 321 | 14 | 46 |
| Binary | 1010101 | 1100001 | 1101100 | 10101 | 1010 | 0 | 111010 | 11010001 | 1100 | 100110 |
Color Harmonies of #55616C
Complementary color
Monochromatic Colors of #55616C
Black with #55616C
Text Example
Text Example
White with #55616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55616C; }
p { color: rgb(85,97,108); }
H1.HeaderClassName
{
color: #55616C;
}
.AnyTagClassName
{
color: #55616C;
}
</style>
background-color css
<style>
a { background-color: #55616C; }
a { background-color: rgb(85,97,108); }
div.DivClassName
{
background-color: #55616C;
}
.BgClassName
{
background-color: #55616C;
}
</style>
border-color css
<style>
span { border-color: #55616C; }
span { border-color: rgb(85,97,108); }
td.TdClassName
{
border-color: #55616C;
}
.TagClassName
{
border-color: #55616C;
}
</style>