Shades of Shuttle Grey #555E69
Tints of Shuttle Grey #555E69
RGB
CMYK
RGB Variations
Color information
#555E69 (or 0x555E69) is known color: Shuttle Grey. HEX triplet: 55, 5E and 69. RGB value is (85,94,105). Sum of RGB (Red+Green+Blue) = 85+94+105=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #555E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E69 is #AAA196. Grayscale: #5C5C5C. Windows color (decimal): -11182487 or 6905429. OLE color: 6905429.
HSL color Cylindrical-coordinate representation of color #555E69: hue angle of 213º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555E69 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 94 | 105 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.59 |
| HSL | 213º | 0.11% | 0.37% | - |
| HSV(B) | 213º | 0.19% | 0.41% | - |
| XYZ | 10.3 | 10.96 | 14.94 | - |
| YUV | 92.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 105 | 0.19 | 0.10 | 0 | 0.59 | 213 | 0.11 | 0.37 |
| Hex | 55 | 5E | 69 | 13 | A | 0 | 3B | D5 | B | 25 |
| Octal | 125 | 136 | 151 | 23 | 12 | 0 | 73 | 325 | 13 | 45 |
| Binary | 1010101 | 1011110 | 1101001 | 10011 | 1010 | 0 | 111011 | 11010101 | 1011 | 100101 |
Color Harmonies of #555E69
Complementary color
Monochromatic Colors of #555E69
Black with #555E69
Text Example
Text Example
White with #555E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E69; }
p { color: rgb(85,94,105); }
H1.HeaderClassName
{
color: #555E69;
}
.AnyTagClassName
{
color: #555E69;
}
</style>
background-color css
<style>
a { background-color: #555E69; }
a { background-color: rgb(85,94,105); }
div.DivClassName
{
background-color: #555E69;
}
.BgClassName
{
background-color: #555E69;
}
</style>
border-color css
<style>
span { border-color: #555E69; }
span { border-color: rgb(85,94,105); }
td.TdClassName
{
border-color: #555E69;
}
.TagClassName
{
border-color: #555E69;
}
</style>