Shades of Meteorite #564A70
Tints of Meteorite #564A70
RGB
CMYK
RGB Variations
Color information
#564A70 (or 0x564A70) is known color: Meteorite. HEX triplet: 56, 4A and 70. RGB value is (86,74,112). Sum of RGB (Red+Green+Blue) = 86+74+112=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #564A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A70 is #A9B58F. Grayscale: #515151. Windows color (decimal): -11122064 or 7359062. OLE color: 7359062.
HSL color Cylindrical-coordinate representation of color #564A70: hue angle of 258.95º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #564A70 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 74 | 112 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.56 |
| HSL | 258.95º | 0.2% | 0.36% | - |
| HSV(B) | 258.95º | 0.34% | 0.44% | - |
| XYZ | 9.21 | 8.05 | 16.4 | - |
| YUV | 81.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 112 | 0.23 | 0.34 | 0 | 0.56 | 258.95 | 0.2 | 0.36 |
| Hex | 56 | 4A | 70 | 17 | 22 | 0 | 38 | 103 | 14 | 24 |
| Octal | 126 | 112 | 160 | 27 | 42 | 0 | 70 | 403 | 24 | 44 |
| Binary | 1010110 | 1001010 | 1110000 | 10111 | 100010 | 0 | 111000 | 100000011 | 10100 | 100100 |
Color Harmonies of #564A70
Complementary color
Monochromatic Colors of #564A70
Black with #564A70
Text Example
Text Example
White with #564A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A70; }
p { color: rgb(86,74,112); }
H1.HeaderClassName
{
color: #564A70;
}
.AnyTagClassName
{
color: #564A70;
}
</style>
background-color css
<style>
a { background-color: #564A70; }
a { background-color: rgb(86,74,112); }
div.DivClassName
{
background-color: #564A70;
}
.BgClassName
{
background-color: #564A70;
}
</style>
border-color css
<style>
span { border-color: #564A70; }
span { border-color: rgb(86,74,112); }
td.TdClassName
{
border-color: #564A70;
}
.TagClassName
{
border-color: #564A70;
}
</style>