Shades of Shuttle Grey #55646F
Tints of Shuttle Grey #55646F
RGB
CMYK
RGB Variations
Color information
#55646F (or 0x55646F) is known color: Shuttle Grey. HEX triplet: 55, 64 and 6F. RGB value is (85,100,111). Sum of RGB (Red+Green+Blue) = 85+100+111=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #55646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646F is #AA9B90. Grayscale: #606060. Windows color (decimal): -11180945 or 7300181. OLE color: 7300181.
HSL color Cylindrical-coordinate representation of color #55646F: hue angle of 205.38º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55646F is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 100 | 111 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.56 |
| HSL | 205.38º | 0.13% | 0.38% | - |
| HSV(B) | 205.38º | 0.23% | 0.44% | - |
| XYZ | 11.17 | 12.19 | 16.8 | - |
| YUV | 96.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 111 | 0.23 | 0.10 | 0 | 0.56 | 205.38 | 0.13 | 0.38 |
| Hex | 55 | 64 | 6F | 17 | A | 0 | 38 | CD | D | 26 |
| Octal | 125 | 144 | 157 | 27 | 12 | 0 | 70 | 315 | 15 | 46 |
| Binary | 1010101 | 1100100 | 1101111 | 10111 | 1010 | 0 | 111000 | 11001101 | 1101 | 100110 |
Color Harmonies of #55646F
Complementary color
Monochromatic Colors of #55646F
Black with #55646F
Text Example
Text Example
White with #55646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55646F; }
p { color: rgb(85,100,111); }
H1.HeaderClassName
{
color: #55646F;
}
.AnyTagClassName
{
color: #55646F;
}
</style>
background-color css
<style>
a { background-color: #55646F; }
a { background-color: rgb(85,100,111); }
div.DivClassName
{
background-color: #55646F;
}
.BgClassName
{
background-color: #55646F;
}
</style>
border-color css
<style>
span { border-color: #55646F; }
span { border-color: rgb(85,100,111); }
td.TdClassName
{
border-color: #55646F;
}
.TagClassName
{
border-color: #55646F;
}
</style>