Shades of Meteorite #53416E
Tints of Meteorite #53416E
RGB
CMYK
RGB Variations
Color information
#53416E (or 0x53416E) is known color: Meteorite. HEX triplet: 53, 41 and 6E. RGB value is (83,65,110). Sum of RGB (Red+Green+Blue) = 83+65+110=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #53416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53416E is #ACBE91. Grayscale: #4B4B4B. Windows color (decimal): -11320978 or 7225683. OLE color: 7225683.
HSL color Cylindrical-coordinate representation of color #53416E: hue angle of 264º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53416E is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 65 | 110 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.57 |
| HSL | 264º | 0.26% | 0.34% | - |
| HSV(B) | 264º | 0.41% | 0.43% | - |
| XYZ | 8.27 | 6.75 | 15.62 | - |
| YUV | 75.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 110 | 0.25 | 0.41 | 0 | 0.57 | 264 | 0.26 | 0.34 |
| Hex | 53 | 41 | 6E | 19 | 29 | 0 | 39 | 108 | 1A | 22 |
| Octal | 123 | 101 | 156 | 31 | 51 | 0 | 71 | 410 | 32 | 42 |
| Binary | 1010011 | 1000001 | 1101110 | 11001 | 101001 | 0 | 111001 | 100001000 | 11010 | 100010 |
Color Harmonies of #53416E
Complementary color
Monochromatic Colors of #53416E
Black with #53416E
Text Example
Text Example
White with #53416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53416E; }
p { color: rgb(83,65,110); }
H1.HeaderClassName
{
color: #53416E;
}
.AnyTagClassName
{
color: #53416E;
}
</style>
background-color css
<style>
a { background-color: #53416E; }
a { background-color: rgb(83,65,110); }
div.DivClassName
{
background-color: #53416E;
}
.BgClassName
{
background-color: #53416E;
}
</style>
border-color css
<style>
span { border-color: #53416E; }
span { border-color: rgb(83,65,110); }
td.TdClassName
{
border-color: #53416E;
}
.TagClassName
{
border-color: #53416E;
}
</style>