Shades of Shuttle Grey #556875
Tints of Shuttle Grey #556875
RGB
CMYK
RGB Variations
Color information
#556875 (or 0x556875) is known color: Shuttle Grey. HEX triplet: 55, 68 and 75. RGB value is (85,104,117). Sum of RGB (Red+Green+Blue) = 85+104+117=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #556875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556875 is #AA978A. Grayscale: #636363. Windows color (decimal): -11179915 or 7694421. OLE color: 7694421.
HSL color Cylindrical-coordinate representation of color #556875: hue angle of 204.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556875 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 104 | 117 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.54 |
| HSL | 204.38º | 0.16% | 0.4% | - |
| HSV(B) | 204.38º | 0.27% | 0.46% | - |
| XYZ | 11.91 | 13.12 | 18.73 | - |
| YUV | 99.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 117 | 0.27 | 0.11 | 0 | 0.54 | 204.38 | 0.16 | 0.4 |
| Hex | 55 | 68 | 75 | 1B | B | 0 | 36 | CC | 10 | 28 |
| Octal | 125 | 150 | 165 | 33 | 13 | 0 | 66 | 314 | 20 | 50 |
| Binary | 1010101 | 1101000 | 1110101 | 11011 | 1011 | 0 | 110110 | 11001100 | 10000 | 101000 |
Color Harmonies of #556875
Complementary color
Monochromatic Colors of #556875
Black with #556875
Text Example
Text Example
White with #556875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556875; }
p { color: rgb(85,104,117); }
H1.HeaderClassName
{
color: #556875;
}
.AnyTagClassName
{
color: #556875;
}
</style>
background-color css
<style>
a { background-color: #556875; }
a { background-color: rgb(85,104,117); }
div.DivClassName
{
background-color: #556875;
}
.BgClassName
{
background-color: #556875;
}
</style>
border-color css
<style>
span { border-color: #556875; }
span { border-color: rgb(85,104,117); }
td.TdClassName
{
border-color: #556875;
}
.TagClassName
{
border-color: #556875;
}
</style>