Shades of Meteorite #513D6A
Tints of Meteorite #513D6A
RGB
CMYK
RGB Variations
Color information
#513D6A (or 0x513D6A) is known color: Meteorite. HEX triplet: 51, 3D and 6A. RGB value is (81,61,106). Sum of RGB (Red+Green+Blue) = 81+61+106=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #513D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D6A is #AEC295. Grayscale: #474747. Windows color (decimal): -11453078 or 6962513. OLE color: 6962513.
HSL color Cylindrical-coordinate representation of color #513D6A: hue angle of 266.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513D6A is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 61 | 106 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.58 |
| HSL | 266.67º | 0.27% | 0.33% | - |
| HSV(B) | 266.67º | 0.42% | 0.42% | - |
| XYZ | 7.66 | 6.13 | 14.41 | - |
| YUV | 72.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 106 | 0.24 | 0.42 | 0 | 0.58 | 266.67 | 0.27 | 0.33 |
| Hex | 51 | 3D | 6A | 18 | 2A | 0 | 3A | 10B | 1B | 21 |
| Octal | 121 | 75 | 152 | 30 | 52 | 0 | 72 | 413 | 33 | 41 |
| Binary | 1010001 | 111101 | 1101010 | 11000 | 101010 | 0 | 111010 | 100001011 | 11011 | 100001 |
Color Harmonies of #513D6A
Complementary color
Monochromatic Colors of #513D6A
Black with #513D6A
Text Example
Text Example
White with #513D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D6A; }
p { color: rgb(81,61,106); }
H1.HeaderClassName
{
color: #513D6A;
}
.AnyTagClassName
{
color: #513D6A;
}
</style>
background-color css
<style>
a { background-color: #513D6A; }
a { background-color: rgb(81,61,106); }
div.DivClassName
{
background-color: #513D6A;
}
.BgClassName
{
background-color: #513D6A;
}
</style>
border-color css
<style>
span { border-color: #513D6A; }
span { border-color: rgb(81,61,106); }
td.TdClassName
{
border-color: #513D6A;
}
.TagClassName
{
border-color: #513D6A;
}
</style>