Shades of Shuttle Grey #55606D
Tints of Shuttle Grey #55606D
RGB
CMYK
RGB Variations
Color information
#55606D (or 0x55606D) is known color: Shuttle Grey. HEX triplet: 55, 60 and 6D. RGB value is (85,96,109). Sum of RGB (Red+Green+Blue) = 85+96+109=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #55606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55606D is #AA9F92. Grayscale: #5E5E5E. Windows color (decimal): -11181971 or 7168085. OLE color: 7168085.
HSL color Cylindrical-coordinate representation of color #55606D: hue angle of 212.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 #55606D is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 96 | 109 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.57 |
| HSL | 212.5º | 0.12% | 0.38% | - |
| HSV(B) | 212.5º | 0.22% | 0.43% | - |
| XYZ | 10.69 | 11.4 | 16.11 | - |
| YUV | 94.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 109 | 0.22 | 0.12 | 0 | 0.57 | 212.5 | 0.12 | 0.38 |
| Hex | 55 | 60 | 6D | 16 | C | 0 | 39 | D4 | C | 26 |
| Octal | 125 | 140 | 155 | 26 | 14 | 0 | 71 | 324 | 14 | 46 |
| Binary | 1010101 | 1100000 | 1101101 | 10110 | 1100 | 0 | 111001 | 11010100 | 1100 | 100110 |
Color Harmonies of #55606D
Complementary color
Monochromatic Colors of #55606D
Black with #55606D
Text Example
Text Example
White with #55606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55606D; }
p { color: rgb(85,96,109); }
H1.HeaderClassName
{
color: #55606D;
}
.AnyTagClassName
{
color: #55606D;
}
</style>
background-color css
<style>
a { background-color: #55606D; }
a { background-color: rgb(85,96,109); }
div.DivClassName
{
background-color: #55606D;
}
.BgClassName
{
background-color: #55606D;
}
</style>
border-color css
<style>
span { border-color: #55606D; }
span { border-color: rgb(85,96,109); }
td.TdClassName
{
border-color: #55606D;
}
.TagClassName
{
border-color: #55606D;
}
</style>