Shades of Shuttle Grey #55626E
Tints of Shuttle Grey #55626E
RGB
CMYK
RGB Variations
Color information
#55626E (or 0x55626E) is known color: Shuttle Grey. HEX triplet: 55, 62 and 6E. RGB value is (85,98,110). Sum of RGB (Red+Green+Blue) = 85+98+110=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #55626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55626E is #AA9D91. Grayscale: #5F5F5F. Windows color (decimal): -11181458 or 7234133. OLE color: 7234133.
HSL color Cylindrical-coordinate representation of color #55626E: hue angle of 208.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55626E is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 98 | 110 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.57 |
| HSL | 208.8º | 0.13% | 0.38% | - |
| HSV(B) | 208.8º | 0.23% | 0.43% | - |
| XYZ | 10.93 | 11.79 | 16.45 | - |
| YUV | 95.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 110 | 0.23 | 0.11 | 0 | 0.57 | 208.8 | 0.13 | 0.38 |
| Hex | 55 | 62 | 6E | 17 | B | 0 | 39 | D1 | D | 26 |
| Octal | 125 | 142 | 156 | 27 | 13 | 0 | 71 | 321 | 15 | 46 |
| Binary | 1010101 | 1100010 | 1101110 | 10111 | 1011 | 0 | 111001 | 11010001 | 1101 | 100110 |
Color Harmonies of #55626E
Complementary color
Monochromatic Colors of #55626E
Black with #55626E
Text Example
Text Example
White with #55626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55626E; }
p { color: rgb(85,98,110); }
H1.HeaderClassName
{
color: #55626E;
}
.AnyTagClassName
{
color: #55626E;
}
</style>
background-color css
<style>
a { background-color: #55626E; }
a { background-color: rgb(85,98,110); }
div.DivClassName
{
background-color: #55626E;
}
.BgClassName
{
background-color: #55626E;
}
</style>
border-color css
<style>
span { border-color: #55626E; }
span { border-color: rgb(85,98,110); }
td.TdClassName
{
border-color: #55626E;
}
.TagClassName
{
border-color: #55626E;
}
</style>