Shades of Meteorite #53456A
Tints of Meteorite #53456A
RGB
CMYK
RGB Variations
Color information
#53456A (or 0x53456A) is known color: Meteorite. HEX triplet: 53, 45 and 6A. RGB value is (83,69,106). Sum of RGB (Red+Green+Blue) = 83+69+106=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #53456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53456A is #ACBA95. Grayscale: #4D4D4D. Windows color (decimal): -11319958 or 6964563. OLE color: 6964563.
HSL color Cylindrical-coordinate representation of color #53456A: hue angle of 262.7º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53456A is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 69 | 106 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.58 |
| HSL | 262.7º | 0.21% | 0.34% | - |
| HSV(B) | 262.7º | 0.35% | 0.42% | - |
| XYZ | 8.3 | 7.14 | 14.58 | - |
| YUV | 77.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 106 | 0.22 | 0.35 | 0 | 0.58 | 262.7 | 0.21 | 0.34 |
| Hex | 53 | 45 | 6A | 16 | 23 | 0 | 3A | 107 | 15 | 22 |
| Octal | 123 | 105 | 152 | 26 | 43 | 0 | 72 | 407 | 25 | 42 |
| Binary | 1010011 | 1000101 | 1101010 | 10110 | 100011 | 0 | 111010 | 100000111 | 10101 | 100010 |
Color Harmonies of #53456A
Complementary color
Monochromatic Colors of #53456A
Black with #53456A
Text Example
Text Example
White with #53456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53456A; }
p { color: rgb(83,69,106); }
H1.HeaderClassName
{
color: #53456A;
}
.AnyTagClassName
{
color: #53456A;
}
</style>
background-color css
<style>
a { background-color: #53456A; }
a { background-color: rgb(83,69,106); }
div.DivClassName
{
background-color: #53456A;
}
.BgClassName
{
background-color: #53456A;
}
</style>
border-color css
<style>
span { border-color: #53456A; }
span { border-color: rgb(83,69,106); }
td.TdClassName
{
border-color: #53456A;
}
.TagClassName
{
border-color: #53456A;
}
</style>