Shades of Meteorite #564672
Tints of Meteorite #564672
RGB
CMYK
RGB Variations
Color information
#564672 (or 0x564672) is known color: Meteorite. HEX triplet: 56, 46 and 72. RGB value is (86,70,114). Sum of RGB (Red+Green+Blue) = 86+70+114=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #564672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564672 is #A9B98D. Grayscale: #4F4F4F. Windows color (decimal): -11123086 or 7489110. OLE color: 7489110.
HSL color Cylindrical-coordinate representation of color #564672: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564672 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 70 | 114 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.55 |
| HSL | 261.82º | 0.24% | 0.36% | - |
| HSV(B) | 261.82º | 0.39% | 0.45% | - |
| XYZ | 9.07 | 7.57 | 16.9 | - |
| YUV | 79.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 114 | 0.25 | 0.39 | 0 | 0.55 | 261.82 | 0.24 | 0.36 |
| Hex | 56 | 46 | 72 | 19 | 27 | 0 | 37 | 106 | 18 | 24 |
| Octal | 126 | 106 | 162 | 31 | 47 | 0 | 67 | 406 | 30 | 44 |
| Binary | 1010110 | 1000110 | 1110010 | 11001 | 100111 | 0 | 110111 | 100000110 | 11000 | 100100 |
Color Harmonies of #564672
Complementary color
Monochromatic Colors of #564672
Black with #564672
Text Example
Text Example
White with #564672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564672; }
p { color: rgb(86,70,114); }
H1.HeaderClassName
{
color: #564672;
}
.AnyTagClassName
{
color: #564672;
}
</style>
background-color css
<style>
a { background-color: #564672; }
a { background-color: rgb(86,70,114); }
div.DivClassName
{
background-color: #564672;
}
.BgClassName
{
background-color: #564672;
}
</style>
border-color css
<style>
span { border-color: #564672; }
span { border-color: rgb(86,70,114); }
td.TdClassName
{
border-color: #564672;
}
.TagClassName
{
border-color: #564672;
}
</style>