Shades of Meteorite #564472
Tints of Meteorite #564472
RGB
CMYK
RGB Variations
Color information
#564472 (or 0x564472) is known color: Meteorite. HEX triplet: 56, 44 and 72. RGB value is (86,68,114). Sum of RGB (Red+Green+Blue) = 86+68+114=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #564472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564472 is #A9BB8D. Grayscale: #4E4E4E. Windows color (decimal): -11123598 or 7488598. OLE color: 7488598.
HSL color Cylindrical-coordinate representation of color #564472: hue angle of 263.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564472 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 68 | 114 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.55 |
| HSL | 263.48º | 0.25% | 0.36% | - |
| HSV(B) | 263.48º | 0.4% | 0.45% | - |
| XYZ | 8.94 | 7.33 | 16.86 | - |
| YUV | 78.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 114 | 0.25 | 0.40 | 0 | 0.55 | 263.48 | 0.25 | 0.36 |
| Hex | 56 | 44 | 72 | 19 | 28 | 0 | 37 | 107 | 19 | 24 |
| Octal | 126 | 104 | 162 | 31 | 50 | 0 | 67 | 407 | 31 | 44 |
| Binary | 1010110 | 1000100 | 1110010 | 11001 | 101000 | 0 | 110111 | 100000111 | 11001 | 100100 |
Color Harmonies of #564472
Complementary color
Monochromatic Colors of #564472
Black with #564472
Text Example
Text Example
White with #564472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564472; }
p { color: rgb(86,68,114); }
H1.HeaderClassName
{
color: #564472;
}
.AnyTagClassName
{
color: #564472;
}
</style>
background-color css
<style>
a { background-color: #564472; }
a { background-color: rgb(86,68,114); }
div.DivClassName
{
background-color: #564472;
}
.BgClassName
{
background-color: #564472;
}
</style>
border-color css
<style>
span { border-color: #564472; }
span { border-color: rgb(86,68,114); }
td.TdClassName
{
border-color: #564472;
}
.TagClassName
{
border-color: #564472;
}
</style>