Shades of Meteorite #533C73
Tints of Meteorite #533C73
RGB
CMYK
RGB Variations
Color information
#533C73 (or 0x533C73) is known color: Meteorite. HEX triplet: 53, 3C and 73. RGB value is (83,60,115). Sum of RGB (Red+Green+Blue) = 83+60+115=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #533C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C73 is #ACC38C. Grayscale: #484848. Windows color (decimal): -11322253 or 7552083. OLE color: 7552083.
HSL color Cylindrical-coordinate representation of color #533C73: hue angle of 265.09º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #533C73 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 60 | 115 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.55 |
| HSL | 265.09º | 0.31% | 0.34% | - |
| HSV(B) | 265.09º | 0.48% | 0.45% | - |
| XYZ | 8.28 | 6.31 | 17 | - |
| YUV | 73.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 115 | 0.28 | 0.48 | 0 | 0.55 | 265.09 | 0.31 | 0.34 |
| Hex | 53 | 3C | 73 | 1C | 30 | 0 | 37 | 109 | 1F | 22 |
| Octal | 123 | 74 | 163 | 34 | 60 | 0 | 67 | 411 | 37 | 42 |
| Binary | 1010011 | 111100 | 1110011 | 11100 | 110000 | 0 | 110111 | 100001001 | 11111 | 100010 |
Color Harmonies of #533C73
Complementary color
Monochromatic Colors of #533C73
Black with #533C73
Text Example
Text Example
White with #533C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C73; }
p { color: rgb(83,60,115); }
H1.HeaderClassName
{
color: #533C73;
}
.AnyTagClassName
{
color: #533C73;
}
</style>
background-color css
<style>
a { background-color: #533C73; }
a { background-color: rgb(83,60,115); }
div.DivClassName
{
background-color: #533C73;
}
.BgClassName
{
background-color: #533C73;
}
</style>
border-color css
<style>
span { border-color: #533C73; }
span { border-color: rgb(83,60,115); }
td.TdClassName
{
border-color: #533C73;
}
.TagClassName
{
border-color: #533C73;
}
</style>