Shades of Meteorite #564272
Tints of Meteorite #564272
RGB
CMYK
RGB Variations
Color information
#564272 (or 0x564272) is known color: Meteorite. HEX triplet: 56, 42 and 72. RGB value is (86,66,114). Sum of RGB (Red+Green+Blue) = 86+66+114=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #564272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564272 is #A9BD8D. Grayscale: #4D4D4D. Windows color (decimal): -11124110 or 7488086. OLE color: 7488086.
HSL color Cylindrical-coordinate representation of color #564272: hue angle of 265º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564272 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 66 | 114 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.55 |
| HSL | 265º | 0.27% | 0.35% | - |
| HSV(B) | 265º | 0.42% | 0.45% | - |
| XYZ | 8.82 | 7.09 | 16.82 | - |
| YUV | 77.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 114 | 0.25 | 0.42 | 0 | 0.55 | 265 | 0.27 | 0.35 |
| Hex | 56 | 42 | 72 | 19 | 2A | 0 | 37 | 109 | 1B | 23 |
| Octal | 126 | 102 | 162 | 31 | 52 | 0 | 67 | 411 | 33 | 43 |
| Binary | 1010110 | 1000010 | 1110010 | 11001 | 101010 | 0 | 110111 | 100001001 | 11011 | 100011 |
Color Harmonies of #564272
Complementary color
Monochromatic Colors of #564272
Black with #564272
Text Example
Text Example
White with #564272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564272; }
p { color: rgb(86,66,114); }
H1.HeaderClassName
{
color: #564272;
}
.AnyTagClassName
{
color: #564272;
}
</style>
background-color css
<style>
a { background-color: #564272; }
a { background-color: rgb(86,66,114); }
div.DivClassName
{
background-color: #564272;
}
.BgClassName
{
background-color: #564272;
}
</style>
border-color css
<style>
span { border-color: #564272; }
span { border-color: rgb(86,66,114); }
td.TdClassName
{
border-color: #564272;
}
.TagClassName
{
border-color: #564272;
}
</style>