Shades of Meteorite #56426F
Tints of Meteorite #56426F
RGB
CMYK
RGB Variations
Color information
#56426F (or 0x56426F) is known color: Meteorite. HEX triplet: 56, 42 and 6F. RGB value is (86,66,111). Sum of RGB (Red+Green+Blue) = 86+66+111=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #56426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56426F is #A9BD90. Grayscale: #4C4C4C. Windows color (decimal): -11124113 or 7291478. OLE color: 7291478.
HSL color Cylindrical-coordinate representation of color #56426F: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56426F is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 66 | 111 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.56 |
| HSL | 266.67º | 0.25% | 0.35% | - |
| HSV(B) | 266.67º | 0.41% | 0.44% | - |
| XYZ | 8.66 | 7.02 | 15.94 | - |
| YUV | 77.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 111 | 0.23 | 0.41 | 0 | 0.56 | 266.67 | 0.25 | 0.35 |
| Hex | 56 | 42 | 6F | 17 | 29 | 0 | 38 | 10B | 19 | 23 |
| Octal | 126 | 102 | 157 | 27 | 51 | 0 | 70 | 413 | 31 | 43 |
| Binary | 1010110 | 1000010 | 1101111 | 10111 | 101001 | 0 | 111000 | 100001011 | 11001 | 100011 |
Color Harmonies of #56426F
Complementary color
Monochromatic Colors of #56426F
Black with #56426F
Text Example
Text Example
White with #56426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56426F; }
p { color: rgb(86,66,111); }
H1.HeaderClassName
{
color: #56426F;
}
.AnyTagClassName
{
color: #56426F;
}
</style>
background-color css
<style>
a { background-color: #56426F; }
a { background-color: rgb(86,66,111); }
div.DivClassName
{
background-color: #56426F;
}
.BgClassName
{
background-color: #56426F;
}
</style>
border-color css
<style>
span { border-color: #56426F; }
span { border-color: rgb(86,66,111); }
td.TdClassName
{
border-color: #56426F;
}
.TagClassName
{
border-color: #56426F;
}
</style>