Shades of Meteorite #564674
Tints of Meteorite #564674
RGB
CMYK
RGB Variations
Color information
#564674 (or 0x564674) is known color: Meteorite. HEX triplet: 56, 46 and 74. RGB value is (86,70,116). Sum of RGB (Red+Green+Blue) = 86+70+116=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #564674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564674 is #A9B98B. Grayscale: #4F4F4F. Windows color (decimal): -11123084 or 7620182. OLE color: 7620182.
HSL color Cylindrical-coordinate representation of color #564674: hue angle of 260.87º 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 #564674 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 70 | 116 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.55 |
| HSL | 260.87º | 0.25% | 0.36% | - |
| HSV(B) | 260.87º | 0.4% | 0.45% | - |
| XYZ | 9.18 | 7.62 | 17.51 | - |
| YUV | 80.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 116 | 0.26 | 0.40 | 0 | 0.55 | 260.87 | 0.25 | 0.36 |
| Hex | 56 | 46 | 74 | 1A | 28 | 0 | 37 | 105 | 19 | 24 |
| Octal | 126 | 106 | 164 | 32 | 50 | 0 | 67 | 405 | 31 | 44 |
| Binary | 1010110 | 1000110 | 1110100 | 11010 | 101000 | 0 | 110111 | 100000101 | 11001 | 100100 |
Color Harmonies of #564674
Complementary color
Monochromatic Colors of #564674
Black with #564674
Text Example
Text Example
White with #564674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564674; }
p { color: rgb(86,70,116); }
H1.HeaderClassName
{
color: #564674;
}
.AnyTagClassName
{
color: #564674;
}
</style>
background-color css
<style>
a { background-color: #564674; }
a { background-color: rgb(86,70,116); }
div.DivClassName
{
background-color: #564674;
}
.BgClassName
{
background-color: #564674;
}
</style>
border-color css
<style>
span { border-color: #564674; }
span { border-color: rgb(86,70,116); }
td.TdClassName
{
border-color: #564674;
}
.TagClassName
{
border-color: #564674;
}
</style>