Shades of Meteorite #56446D
Tints of Meteorite #56446D
RGB
CMYK
RGB Variations
Color information
#56446D (or 0x56446D) is known color: Meteorite. HEX triplet: 56, 44 and 6D. RGB value is (86,68,109). Sum of RGB (Red+Green+Blue) = 86+68+109=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #56446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56446D is #A9BB92. Grayscale: #4D4D4D. Windows color (decimal): -11123603 or 7160918. OLE color: 7160918.
HSL color Cylindrical-coordinate representation of color #56446D: hue angle of 266.34º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56446D is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 68 | 109 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.57 |
| HSL | 266.34º | 0.23% | 0.35% | - |
| HSV(B) | 266.34º | 0.38% | 0.43% | - |
| XYZ | 8.67 | 7.22 | 15.4 | - |
| YUV | 78.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 109 | 0.21 | 0.38 | 0 | 0.57 | 266.34 | 0.23 | 0.35 |
| Hex | 56 | 44 | 6D | 15 | 26 | 0 | 39 | 10A | 17 | 23 |
| Octal | 126 | 104 | 155 | 25 | 46 | 0 | 71 | 412 | 27 | 43 |
| Binary | 1010110 | 1000100 | 1101101 | 10101 | 100110 | 0 | 111001 | 100001010 | 10111 | 100011 |
Color Harmonies of #56446D
Complementary color
Monochromatic Colors of #56446D
Black with #56446D
Text Example
Text Example
White with #56446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56446D; }
p { color: rgb(86,68,109); }
H1.HeaderClassName
{
color: #56446D;
}
.AnyTagClassName
{
color: #56446D;
}
</style>
background-color css
<style>
a { background-color: #56446D; }
a { background-color: rgb(86,68,109); }
div.DivClassName
{
background-color: #56446D;
}
.BgClassName
{
background-color: #56446D;
}
</style>
border-color css
<style>
span { border-color: #56446D; }
span { border-color: rgb(86,68,109); }
td.TdClassName
{
border-color: #56446D;
}
.TagClassName
{
border-color: #56446D;
}
</style>