Shades of Meteorite #564371
Tints of Meteorite #564371
RGB
CMYK
RGB Variations
Color information
#564371 (or 0x564371) is known color: Meteorite. HEX triplet: 56, 43 and 71. RGB value is (86,67,113). Sum of RGB (Red+Green+Blue) = 86+67+113=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #564371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564371 is #A9BC8E. Grayscale: #4D4D4D. Windows color (decimal): -11123855 or 7422806. OLE color: 7422806.
HSL color Cylindrical-coordinate representation of color #564371: hue angle of 264.78º degrees, saturation: 0.26, 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 #564371 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 67 | 113 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.56 |
| HSL | 264.78º | 0.26% | 0.35% | - |
| HSV(B) | 264.78º | 0.41% | 0.44% | - |
| XYZ | 8.83 | 7.18 | 16.54 | - |
| YUV | 77.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 113 | 0.24 | 0.41 | 0 | 0.56 | 264.78 | 0.26 | 0.35 |
| Hex | 56 | 43 | 71 | 18 | 29 | 0 | 38 | 109 | 1A | 23 |
| Octal | 126 | 103 | 161 | 30 | 51 | 0 | 70 | 411 | 32 | 43 |
| Binary | 1010110 | 1000011 | 1110001 | 11000 | 101001 | 0 | 111000 | 100001001 | 11010 | 100011 |
Color Harmonies of #564371
Complementary color
Monochromatic Colors of #564371
Black with #564371
Text Example
Text Example
White with #564371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564371; }
p { color: rgb(86,67,113); }
H1.HeaderClassName
{
color: #564371;
}
.AnyTagClassName
{
color: #564371;
}
</style>
background-color css
<style>
a { background-color: #564371; }
a { background-color: rgb(86,67,113); }
div.DivClassName
{
background-color: #564371;
}
.BgClassName
{
background-color: #564371;
}
</style>
border-color css
<style>
span { border-color: #564371; }
span { border-color: rgb(86,67,113); }
td.TdClassName
{
border-color: #564371;
}
.TagClassName
{
border-color: #564371;
}
</style>