Shades of Shuttle Grey #556878
Tints of Shuttle Grey #556878
RGB
CMYK
RGB Variations
Color information
#556878 (or 0x556878) is known color: Shuttle Grey. HEX triplet: 55, 68 and 78. RGB value is (85,104,120). Sum of RGB (Red+Green+Blue) = 85+104+120=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #556878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556878 is #AA9787. Grayscale: #646464. Windows color (decimal): -11179912 or 7891029. OLE color: 7891029.
HSL color Cylindrical-coordinate representation of color #556878: hue angle of 207.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556878 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 104 | 120 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.53 |
| HSL | 207.43º | 0.17% | 0.4% | - |
| HSV(B) | 207.43º | 0.29% | 0.47% | - |
| XYZ | 12.09 | 13.19 | 19.68 | - |
| YUV | 100.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 120 | 0.29 | 0.13 | 0 | 0.53 | 207.43 | 0.17 | 0.4 |
| Hex | 55 | 68 | 78 | 1D | D | 0 | 35 | CF | 11 | 28 |
| Octal | 125 | 150 | 170 | 35 | 15 | 0 | 65 | 317 | 21 | 50 |
| Binary | 1010101 | 1101000 | 1111000 | 11101 | 1101 | 0 | 110101 | 11001111 | 10001 | 101000 |
Color Harmonies of #556878
Complementary color
Monochromatic Colors of #556878
Black with #556878
Text Example
Text Example
White with #556878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556878; }
p { color: rgb(85,104,120); }
H1.HeaderClassName
{
color: #556878;
}
.AnyTagClassName
{
color: #556878;
}
</style>
background-color css
<style>
a { background-color: #556878; }
a { background-color: rgb(85,104,120); }
div.DivClassName
{
background-color: #556878;
}
.BgClassName
{
background-color: #556878;
}
</style>
border-color css
<style>
span { border-color: #556878; }
span { border-color: rgb(85,104,120); }
td.TdClassName
{
border-color: #556878;
}
.TagClassName
{
border-color: #556878;
}
</style>