Shades of Meteorite #56446F
Tints of Meteorite #56446F
RGB
CMYK
RGB Variations
Color information
#56446F (or 0x56446F) is known color: Meteorite. HEX triplet: 56, 44 and 6F. RGB value is (86,68,111). Sum of RGB (Red+Green+Blue) = 86+68+111=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #56446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56446F is #A9BB90. Grayscale: #4E4E4E. Windows color (decimal): -11123601 or 7291990. OLE color: 7291990.
HSL color Cylindrical-coordinate representation of color #56446F: hue angle of 265.12º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56446F is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 68 | 111 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.56 |
| HSL | 265.12º | 0.24% | 0.35% | - |
| HSV(B) | 265.12º | 0.39% | 0.44% | - |
| XYZ | 8.77 | 7.26 | 15.98 | - |
| YUV | 78.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 111 | 0.23 | 0.39 | 0 | 0.56 | 265.12 | 0.24 | 0.35 |
| Hex | 56 | 44 | 6F | 17 | 27 | 0 | 38 | 109 | 18 | 23 |
| Octal | 126 | 104 | 157 | 27 | 47 | 0 | 70 | 411 | 30 | 43 |
| Binary | 1010110 | 1000100 | 1101111 | 10111 | 100111 | 0 | 111000 | 100001001 | 11000 | 100011 |
Color Harmonies of #56446F
Complementary color
Monochromatic Colors of #56446F
Black with #56446F
Text Example
Text Example
White with #56446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56446F; }
p { color: rgb(86,68,111); }
H1.HeaderClassName
{
color: #56446F;
}
.AnyTagClassName
{
color: #56446F;
}
</style>
background-color css
<style>
a { background-color: #56446F; }
a { background-color: rgb(86,68,111); }
div.DivClassName
{
background-color: #56446F;
}
.BgClassName
{
background-color: #56446F;
}
</style>
border-color css
<style>
span { border-color: #56446F; }
span { border-color: rgb(86,68,111); }
td.TdClassName
{
border-color: #56446F;
}
.TagClassName
{
border-color: #56446F;
}
</style>