Shades of Meteorite #56496E
Tints of Meteorite #56496E
RGB
CMYK
RGB Variations
Color information
#56496E (or 0x56496E) is known color: Meteorite. HEX triplet: 56, 49 and 6E. RGB value is (86,73,110). Sum of RGB (Red+Green+Blue) = 86+73+110=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #56496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56496E is #A9B691. Grayscale: #505050. Windows color (decimal): -11122322 or 7227734. OLE color: 7227734.
HSL color Cylindrical-coordinate representation of color #56496E: hue angle of 261.08º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56496E is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 73 | 110 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.57 |
| HSL | 261.08º | 0.2% | 0.36% | - |
| HSV(B) | 261.08º | 0.34% | 0.43% | - |
| XYZ | 9.03 | 7.87 | 15.79 | - |
| YUV | 81.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 110 | 0.22 | 0.34 | 0 | 0.57 | 261.08 | 0.2 | 0.36 |
| Hex | 56 | 49 | 6E | 16 | 22 | 0 | 39 | 105 | 14 | 24 |
| Octal | 126 | 111 | 156 | 26 | 42 | 0 | 71 | 405 | 24 | 44 |
| Binary | 1010110 | 1001001 | 1101110 | 10110 | 100010 | 0 | 111001 | 100000101 | 10100 | 100100 |
Color Harmonies of #56496E
Complementary color
Monochromatic Colors of #56496E
Black with #56496E
Text Example
Text Example
White with #56496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56496E; }
p { color: rgb(86,73,110); }
H1.HeaderClassName
{
color: #56496E;
}
.AnyTagClassName
{
color: #56496E;
}
</style>
background-color css
<style>
a { background-color: #56496E; }
a { background-color: rgb(86,73,110); }
div.DivClassName
{
background-color: #56496E;
}
.BgClassName
{
background-color: #56496E;
}
</style>
border-color css
<style>
span { border-color: #56496E; }
span { border-color: rgb(86,73,110); }
td.TdClassName
{
border-color: #56496E;
}
.TagClassName
{
border-color: #56496E;
}
</style>