Shades of Meteorite #57466E
Tints of Meteorite #57466E
RGB
CMYK
RGB Variations
Color information
#57466E (or 0x57466E) is known color: Meteorite. HEX triplet: 57, 46 and 6E. RGB value is (87,70,110). Sum of RGB (Red+Green+Blue) = 87+70+110=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #57466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57466E is #A8B991. Grayscale: #4F4F4F. Windows color (decimal): -11057554 or 7226967. OLE color: 7226967.
HSL color Cylindrical-coordinate representation of color #57466E: hue angle of 265.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57466E is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 70 | 110 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.57 |
| HSL | 265.5º | 0.22% | 0.35% | - |
| HSV(B) | 265.5º | 0.36% | 0.43% | - |
| XYZ | 8.94 | 7.53 | 15.73 | - |
| YUV | 79.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 70 | 110 | 0.21 | 0.36 | 0 | 0.57 | 265.5 | 0.22 | 0.35 |
| Hex | 57 | 46 | 6E | 15 | 24 | 0 | 39 | 10A | 16 | 23 |
| Octal | 127 | 106 | 156 | 25 | 44 | 0 | 71 | 412 | 26 | 43 |
| Binary | 1010111 | 1000110 | 1101110 | 10101 | 100100 | 0 | 111001 | 100001010 | 10110 | 100011 |
Color Harmonies of #57466E
Complementary color
Monochromatic Colors of #57466E
Black with #57466E
Text Example
Text Example
White with #57466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57466E; }
p { color: rgb(87,70,110); }
H1.HeaderClassName
{
color: #57466E;
}
.AnyTagClassName
{
color: #57466E;
}
</style>
background-color css
<style>
a { background-color: #57466E; }
a { background-color: rgb(87,70,110); }
div.DivClassName
{
background-color: #57466E;
}
.BgClassName
{
background-color: #57466E;
}
</style>
border-color css
<style>
span { border-color: #57466E; }
span { border-color: rgb(87,70,110); }
td.TdClassName
{
border-color: #57466E;
}
.TagClassName
{
border-color: #57466E;
}
</style>