Shades of Shuttle Grey #55656E
Tints of Shuttle Grey #55656E
RGB
CMYK
RGB Variations
Color information
#55656E (or 0x55656E) is known color: Shuttle Grey. HEX triplet: 55, 65 and 6E. RGB value is (85,101,110). Sum of RGB (Red+Green+Blue) = 85+101+110=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 110 - color contains mainly: blue. Hex color #55656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55656E is #AA9A91. Grayscale: #616161. Windows color (decimal): -11180690 or 7234901. OLE color: 7234901.
HSL color Cylindrical-coordinate representation of color #55656E: hue angle of 201.6º 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 #55656E is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 101 | 110 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.57 |
| HSL | 201.6º | 0.13% | 0.38% | - |
| HSV(B) | 201.6º | 0.23% | 0.43% | - |
| XYZ | 11.21 | 12.36 | 16.55 | - |
| YUV | 97.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 110 | 0.23 | 0.08 | 0 | 0.57 | 201.6 | 0.13 | 0.38 |
| Hex | 55 | 65 | 6E | 17 | 8 | 0 | 39 | CA | D | 26 |
| Octal | 125 | 145 | 156 | 27 | 10 | 0 | 71 | 312 | 15 | 46 |
| Binary | 1010101 | 1100101 | 1101110 | 10111 | 1000 | 0 | 111001 | 11001010 | 1101 | 100110 |
Color Harmonies of #55656E
Complementary color
Monochromatic Colors of #55656E
Black with #55656E
Text Example
Text Example
White with #55656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55656E; }
p { color: rgb(85,101,110); }
H1.HeaderClassName
{
color: #55656E;
}
.AnyTagClassName
{
color: #55656E;
}
</style>
background-color css
<style>
a { background-color: #55656E; }
a { background-color: rgb(85,101,110); }
div.DivClassName
{
background-color: #55656E;
}
.BgClassName
{
background-color: #55656E;
}
</style>
border-color css
<style>
span { border-color: #55656E; }
span { border-color: rgb(85,101,110); }
td.TdClassName
{
border-color: #55656E;
}
.TagClassName
{
border-color: #55656E;
}
</style>