Shades of Meteorite #533B6E
Tints of Meteorite #533B6E
RGB
CMYK
RGB Variations
Color information
#533B6E (or 0x533B6E) is known color: Meteorite. HEX triplet: 53, 3B and 6E. RGB value is (83,59,110). Sum of RGB (Red+Green+Blue) = 83+59+110=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #533B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B6E is #ACC491. Grayscale: #474747. Windows color (decimal): -11322514 or 7224147. OLE color: 7224147.
HSL color Cylindrical-coordinate representation of color #533B6E: hue angle of 268.24º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533B6E is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 59 | 110 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.57 |
| HSL | 268.24º | 0.3% | 0.33% | - |
| HSV(B) | 268.24º | 0.46% | 0.43% | - |
| XYZ | 7.95 | 6.09 | 15.51 | - |
| YUV | 71.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 110 | 0.25 | 0.46 | 0 | 0.57 | 268.24 | 0.3 | 0.33 |
| Hex | 53 | 3B | 6E | 19 | 2E | 0 | 39 | 10C | 1E | 21 |
| Octal | 123 | 73 | 156 | 31 | 56 | 0 | 71 | 414 | 36 | 41 |
| Binary | 1010011 | 111011 | 1101110 | 11001 | 101110 | 0 | 111001 | 100001100 | 11110 | 100001 |
Color Harmonies of #533B6E
Complementary color
Monochromatic Colors of #533B6E
Black with #533B6E
Text Example
Text Example
White with #533B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B6E; }
p { color: rgb(83,59,110); }
H1.HeaderClassName
{
color: #533B6E;
}
.AnyTagClassName
{
color: #533B6E;
}
</style>
background-color css
<style>
a { background-color: #533B6E; }
a { background-color: rgb(83,59,110); }
div.DivClassName
{
background-color: #533B6E;
}
.BgClassName
{
background-color: #533B6E;
}
</style>
border-color css
<style>
span { border-color: #533B6E; }
span { border-color: rgb(83,59,110); }
td.TdClassName
{
border-color: #533B6E;
}
.TagClassName
{
border-color: #533B6E;
}
</style>