Shades of Meteorite #533B72
Tints of Meteorite #533B72
RGB
CMYK
RGB Variations
Color information
#533B72 (or 0x533B72) is known color: Meteorite. HEX triplet: 53, 3B and 72. RGB value is (83,59,114). Sum of RGB (Red+Green+Blue) = 83+59+114=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #533B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B72 is #ACC48D. Grayscale: #484848. Windows color (decimal): -11322510 or 7486291. OLE color: 7486291.
HSL color Cylindrical-coordinate representation of color #533B72: hue angle of 266.18º degrees, saturation: 0.32, 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 #533B72 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 59 | 114 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.55 |
| HSL | 266.18º | 0.32% | 0.34% | - |
| HSV(B) | 266.18º | 0.48% | 0.45% | - |
| XYZ | 8.17 | 6.18 | 16.68 | - |
| YUV | 72.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 114 | 0.27 | 0.48 | 0 | 0.55 | 266.18 | 0.32 | 0.34 |
| Hex | 53 | 3B | 72 | 1B | 30 | 0 | 37 | 10A | 20 | 22 |
| Octal | 123 | 73 | 162 | 33 | 60 | 0 | 67 | 412 | 40 | 42 |
| Binary | 1010011 | 111011 | 1110010 | 11011 | 110000 | 0 | 110111 | 100001010 | 100000 | 100010 |
Color Harmonies of #533B72
Complementary color
Monochromatic Colors of #533B72
Black with #533B72
Text Example
Text Example
White with #533B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B72; }
p { color: rgb(83,59,114); }
H1.HeaderClassName
{
color: #533B72;
}
.AnyTagClassName
{
color: #533B72;
}
</style>
background-color css
<style>
a { background-color: #533B72; }
a { background-color: rgb(83,59,114); }
div.DivClassName
{
background-color: #533B72;
}
.BgClassName
{
background-color: #533B72;
}
</style>
border-color css
<style>
span { border-color: #533B72; }
span { border-color: rgb(83,59,114); }
td.TdClassName
{
border-color: #533B72;
}
.TagClassName
{
border-color: #533B72;
}
</style>