Shades of Shuttle Grey #556069
Tints of Shuttle Grey #556069
RGB
CMYK
RGB Variations
Color information
#556069 (or 0x556069) is known color: Shuttle Grey. HEX triplet: 55, 60 and 69. RGB value is (85,96,105). Sum of RGB (Red+Green+Blue) = 85+96+105=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #556069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556069 is #AA9F96. Grayscale: #5D5D5D. Windows color (decimal): -11181975 or 6905941. OLE color: 6905941.
HSL color Cylindrical-coordinate representation of color #556069: hue angle of 207º 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 #556069 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 96 | 105 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.59 |
| HSL | 207º | 0.11% | 0.37% | - |
| HSV(B) | 207º | 0.19% | 0.41% | - |
| XYZ | 10.48 | 11.32 | 15 | - |
| YUV | 93.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 105 | 0.19 | 0.09 | 0 | 0.59 | 207 | 0.11 | 0.37 |
| Hex | 55 | 60 | 69 | 13 | 9 | 0 | 3B | CF | B | 25 |
| Octal | 125 | 140 | 151 | 23 | 11 | 0 | 73 | 317 | 13 | 45 |
| Binary | 1010101 | 1100000 | 1101001 | 10011 | 1001 | 0 | 111011 | 11001111 | 1011 | 100101 |
Color Harmonies of #556069
Complementary color
Monochromatic Colors of #556069
Black with #556069
Text Example
Text Example
White with #556069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556069; }
p { color: rgb(85,96,105); }
H1.HeaderClassName
{
color: #556069;
}
.AnyTagClassName
{
color: #556069;
}
</style>
background-color css
<style>
a { background-color: #556069; }
a { background-color: rgb(85,96,105); }
div.DivClassName
{
background-color: #556069;
}
.BgClassName
{
background-color: #556069;
}
</style>
border-color css
<style>
span { border-color: #556069; }
span { border-color: rgb(85,96,105); }
td.TdClassName
{
border-color: #556069;
}
.TagClassName
{
border-color: #556069;
}
</style>