Shades of Shuttle Grey #555E68
Tints of Shuttle Grey #555E68
RGB
CMYK
RGB Variations
Color information
#555E68 (or 0x555E68) is known color: Shuttle Grey. HEX triplet: 55, 5E and 68. RGB value is (85,94,104). Sum of RGB (Red+Green+Blue) = 85+94+104=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #555E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E68 is #AAA197. Grayscale: #5C5C5C. Windows color (decimal): -11182488 or 6839893. OLE color: 6839893.
HSL color Cylindrical-coordinate representation of color #555E68: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555E68 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 94 | 104 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.59 |
| HSL | 211.58º | 0.1% | 0.37% | - |
| HSV(B) | 211.58º | 0.18% | 0.41% | - |
| XYZ | 10.25 | 10.94 | 14.67 | - |
| YUV | 92.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 104 | 0.18 | 0.10 | 0 | 0.59 | 211.58 | 0.1 | 0.37 |
| Hex | 55 | 5E | 68 | 12 | A | 0 | 3B | D4 | A | 25 |
| Octal | 125 | 136 | 150 | 22 | 12 | 0 | 73 | 324 | 12 | 45 |
| Binary | 1010101 | 1011110 | 1101000 | 10010 | 1010 | 0 | 111011 | 11010100 | 1010 | 100101 |
Color Harmonies of #555E68
Complementary color
Monochromatic Colors of #555E68
Black with #555E68
Text Example
Text Example
White with #555E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E68; }
p { color: rgb(85,94,104); }
H1.HeaderClassName
{
color: #555E68;
}
.AnyTagClassName
{
color: #555E68;
}
</style>
background-color css
<style>
a { background-color: #555E68; }
a { background-color: rgb(85,94,104); }
div.DivClassName
{
background-color: #555E68;
}
.BgClassName
{
background-color: #555E68;
}
</style>
border-color css
<style>
span { border-color: #555E68; }
span { border-color: rgb(85,94,104); }
td.TdClassName
{
border-color: #555E68;
}
.TagClassName
{
border-color: #555E68;
}
</style>