Shades of Shuttle Grey #55616D
Tints of Shuttle Grey #55616D
RGB
CMYK
RGB Variations
Color information
#55616D (or 0x55616D) is known color: Shuttle Grey. HEX triplet: 55, 61 and 6D. RGB value is (85,97,109). Sum of RGB (Red+Green+Blue) = 85+97+109=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #55616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616D is #AA9E92. Grayscale: #5E5E5E. Windows color (decimal): -11181715 or 7168341. OLE color: 7168341.
HSL color Cylindrical-coordinate representation of color #55616D: hue angle of 210º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55616D is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 97 | 109 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.57 |
| HSL | 210º | 0.12% | 0.38% | - |
| HSV(B) | 210º | 0.22% | 0.43% | - |
| XYZ | 10.78 | 11.58 | 16.14 | - |
| YUV | 94.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 109 | 0.22 | 0.11 | 0 | 0.57 | 210 | 0.12 | 0.38 |
| Hex | 55 | 61 | 6D | 16 | B | 0 | 39 | D2 | C | 26 |
| Octal | 125 | 141 | 155 | 26 | 13 | 0 | 71 | 322 | 14 | 46 |
| Binary | 1010101 | 1100001 | 1101101 | 10110 | 1011 | 0 | 111001 | 11010010 | 1100 | 100110 |
Color Harmonies of #55616D
Complementary color
Monochromatic Colors of #55616D
Black with #55616D
Text Example
Text Example
White with #55616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55616D; }
p { color: rgb(85,97,109); }
H1.HeaderClassName
{
color: #55616D;
}
.AnyTagClassName
{
color: #55616D;
}
</style>
background-color css
<style>
a { background-color: #55616D; }
a { background-color: rgb(85,97,109); }
div.DivClassName
{
background-color: #55616D;
}
.BgClassName
{
background-color: #55616D;
}
</style>
border-color css
<style>
span { border-color: #55616D; }
span { border-color: rgb(85,97,109); }
td.TdClassName
{
border-color: #55616D;
}
.TagClassName
{
border-color: #55616D;
}
</style>