Shades of Shuttle Grey #55646D
Tints of Shuttle Grey #55646D
RGB
CMYK
RGB Variations
Color information
#55646D (or 0x55646D) is known color: Shuttle Grey. HEX triplet: 55, 64 and 6D. RGB value is (85,100,109). Sum of RGB (Red+Green+Blue) = 85+100+109=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #55646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646D is #AA9B92. Grayscale: #606060. Windows color (decimal): -11180947 or 7169109. OLE color: 7169109.
HSL color Cylindrical-coordinate representation of color #55646D: hue angle of 202.5º 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 #55646D is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 100 | 109 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.57 |
| HSL | 202.5º | 0.12% | 0.38% | - |
| HSV(B) | 202.5º | 0.22% | 0.43% | - |
| XYZ | 11.06 | 12.15 | 16.23 | - |
| YUV | 96.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 109 | 0.22 | 0.08 | 0 | 0.57 | 202.5 | 0.12 | 0.38 |
| Hex | 55 | 64 | 6D | 16 | 8 | 0 | 39 | CA | C | 26 |
| Octal | 125 | 144 | 155 | 26 | 10 | 0 | 71 | 312 | 14 | 46 |
| Binary | 1010101 | 1100100 | 1101101 | 10110 | 1000 | 0 | 111001 | 11001010 | 1100 | 100110 |
Color Harmonies of #55646D
Complementary color
Monochromatic Colors of #55646D
Black with #55646D
Text Example
Text Example
White with #55646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55646D; }
p { color: rgb(85,100,109); }
H1.HeaderClassName
{
color: #55646D;
}
.AnyTagClassName
{
color: #55646D;
}
</style>
background-color css
<style>
a { background-color: #55646D; }
a { background-color: rgb(85,100,109); }
div.DivClassName
{
background-color: #55646D;
}
.BgClassName
{
background-color: #55646D;
}
</style>
border-color css
<style>
span { border-color: #55646D; }
span { border-color: rgb(85,100,109); }
td.TdClassName
{
border-color: #55646D;
}
.TagClassName
{
border-color: #55646D;
}
</style>