Shades of Shuttle Grey #556577
Tints of Shuttle Grey #556577
RGB
CMYK
RGB Variations
Color information
#556577 (or 0x556577) is known color: Shuttle Grey. HEX triplet: 55, 65 and 77. RGB value is (85,101,119). Sum of RGB (Red+Green+Blue) = 85+101+119=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #556577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556577 is #AA9A88. Grayscale: #626262. Windows color (decimal): -11180681 or 7824725. OLE color: 7824725.
HSL color Cylindrical-coordinate representation of color #556577: hue angle of 211.76º 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 #556577 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 101 | 119 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.53 |
| HSL | 211.76º | 0.17% | 0.4% | - |
| HSV(B) | 211.76º | 0.29% | 0.47% | - |
| XYZ | 11.73 | 12.57 | 19.26 | - |
| YUV | 98.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 119 | 0.29 | 0.15 | 0 | 0.53 | 211.76 | 0.17 | 0.4 |
| Hex | 55 | 65 | 77 | 1D | F | 0 | 35 | D4 | 11 | 28 |
| Octal | 125 | 145 | 167 | 35 | 17 | 0 | 65 | 324 | 21 | 50 |
| Binary | 1010101 | 1100101 | 1110111 | 11101 | 1111 | 0 | 110101 | 11010100 | 10001 | 101000 |
Color Harmonies of #556577
Complementary color
Monochromatic Colors of #556577
Black with #556577
Text Example
Text Example
White with #556577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556577; }
p { color: rgb(85,101,119); }
H1.HeaderClassName
{
color: #556577;
}
.AnyTagClassName
{
color: #556577;
}
</style>
background-color css
<style>
a { background-color: #556577; }
a { background-color: rgb(85,101,119); }
div.DivClassName
{
background-color: #556577;
}
.BgClassName
{
background-color: #556577;
}
</style>
border-color css
<style>
span { border-color: #556577; }
span { border-color: rgb(85,101,119); }
td.TdClassName
{
border-color: #556577;
}
.TagClassName
{
border-color: #556577;
}
</style>