Shades of Meteorite #53456D
Tints of Meteorite #53456D
RGB
CMYK
RGB Variations
Color information
#53456D (or 0x53456D) is known color: Meteorite. HEX triplet: 53, 45 and 6D. RGB value is (83,69,109). Sum of RGB (Red+Green+Blue) = 83+69+109=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #53456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53456D is #ACBA92. Grayscale: #4D4D4D. Windows color (decimal): -11319955 or 7161171. OLE color: 7161171.
HSL color Cylindrical-coordinate representation of color #53456D: hue angle of 261º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53456D is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 69 | 109 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.57 |
| HSL | 261º | 0.22% | 0.35% | - |
| HSV(B) | 261º | 0.37% | 0.43% | - |
| XYZ | 8.46 | 7.2 | 15.41 | - |
| YUV | 77.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 109 | 0.24 | 0.37 | 0 | 0.57 | 261 | 0.22 | 0.35 |
| Hex | 53 | 45 | 6D | 18 | 25 | 0 | 39 | 105 | 16 | 23 |
| Octal | 123 | 105 | 155 | 30 | 45 | 0 | 71 | 405 | 26 | 43 |
| Binary | 1010011 | 1000101 | 1101101 | 11000 | 100101 | 0 | 111001 | 100000101 | 10110 | 100011 |
Color Harmonies of #53456D
Complementary color
Monochromatic Colors of #53456D
Black with #53456D
Text Example
Text Example
White with #53456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53456D; }
p { color: rgb(83,69,109); }
H1.HeaderClassName
{
color: #53456D;
}
.AnyTagClassName
{
color: #53456D;
}
</style>
background-color css
<style>
a { background-color: #53456D; }
a { background-color: rgb(83,69,109); }
div.DivClassName
{
background-color: #53456D;
}
.BgClassName
{
background-color: #53456D;
}
</style>
border-color css
<style>
span { border-color: #53456D; }
span { border-color: rgb(83,69,109); }
td.TdClassName
{
border-color: #53456D;
}
.TagClassName
{
border-color: #53456D;
}
</style>