Shades of Shuttle Grey #555F6E
Tints of Shuttle Grey #555F6E
RGB
CMYK
RGB Variations
Color information
#555F6E (or 0x555F6E) is known color: Shuttle Grey. HEX triplet: 55, 5F and 6E. RGB value is (85,95,110). Sum of RGB (Red+Green+Blue) = 85+95+110=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #555F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F6E is #AAA091. Grayscale: #5D5D5D. Windows color (decimal): -11182226 or 7233365. OLE color: 7233365.
HSL color Cylindrical-coordinate representation of color #555F6E: hue angle of 216º 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 #555F6E is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 95 | 110 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.57 |
| HSL | 216º | 0.13% | 0.38% | - |
| HSV(B) | 216º | 0.23% | 0.43% | - |
| XYZ | 10.65 | 11.24 | 16.36 | - |
| YUV | 93.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 110 | 0.23 | 0.14 | 0 | 0.57 | 216 | 0.13 | 0.38 |
| Hex | 55 | 5F | 6E | 17 | E | 0 | 39 | D8 | D | 26 |
| Octal | 125 | 137 | 156 | 27 | 16 | 0 | 71 | 330 | 15 | 46 |
| Binary | 1010101 | 1011111 | 1101110 | 10111 | 1110 | 0 | 111001 | 11011000 | 1101 | 100110 |
Color Harmonies of #555F6E
Complementary color
Monochromatic Colors of #555F6E
Black with #555F6E
Text Example
Text Example
White with #555F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F6E; }
p { color: rgb(85,95,110); }
H1.HeaderClassName
{
color: #555F6E;
}
.AnyTagClassName
{
color: #555F6E;
}
</style>
background-color css
<style>
a { background-color: #555F6E; }
a { background-color: rgb(85,95,110); }
div.DivClassName
{
background-color: #555F6E;
}
.BgClassName
{
background-color: #555F6E;
}
</style>
border-color css
<style>
span { border-color: #555F6E; }
span { border-color: rgb(85,95,110); }
td.TdClassName
{
border-color: #555F6E;
}
.TagClassName
{
border-color: #555F6E;
}
</style>