Shades of Meteorite #533C71
Tints of Meteorite #533C71
RGB
CMYK
RGB Variations
Color information
#533C71 (or 0x533C71) is known color: Meteorite. HEX triplet: 53, 3C and 71. RGB value is (83,60,113). Sum of RGB (Red+Green+Blue) = 83+60+113=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #533C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C71 is #ACC38E. Grayscale: #484848. Windows color (decimal): -11322255 or 7421011. OLE color: 7421011.
HSL color Cylindrical-coordinate representation of color #533C71: hue angle of 266.04º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533C71 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 60 | 113 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.56 |
| HSL | 266.04º | 0.31% | 0.34% | - |
| HSV(B) | 266.04º | 0.47% | 0.44% | - |
| XYZ | 8.16 | 6.26 | 16.4 | - |
| YUV | 72.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 113 | 0.27 | 0.47 | 0 | 0.56 | 266.04 | 0.31 | 0.34 |
| Hex | 53 | 3C | 71 | 1B | 2F | 0 | 38 | 10A | 1F | 22 |
| Octal | 123 | 74 | 161 | 33 | 57 | 0 | 70 | 412 | 37 | 42 |
| Binary | 1010011 | 111100 | 1110001 | 11011 | 101111 | 0 | 111000 | 100001010 | 11111 | 100010 |
Color Harmonies of #533C71
Complementary color
Monochromatic Colors of #533C71
Black with #533C71
Text Example
Text Example
White with #533C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C71; }
p { color: rgb(83,60,113); }
H1.HeaderClassName
{
color: #533C71;
}
.AnyTagClassName
{
color: #533C71;
}
</style>
background-color css
<style>
a { background-color: #533C71; }
a { background-color: rgb(83,60,113); }
div.DivClassName
{
background-color: #533C71;
}
.BgClassName
{
background-color: #533C71;
}
</style>
border-color css
<style>
span { border-color: #533C71; }
span { border-color: rgb(83,60,113); }
td.TdClassName
{
border-color: #533C71;
}
.TagClassName
{
border-color: #533C71;
}
</style>