Shades of Meteorite #533B70
Tints of Meteorite #533B70
RGB
CMYK
RGB Variations
Color information
#533B70 (or 0x533B70) is known color: Meteorite. HEX triplet: 53, 3B and 70. RGB value is (83,59,112). Sum of RGB (Red+Green+Blue) = 83+59+112=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #533B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B70 is #ACC48F. Grayscale: #484848. Windows color (decimal): -11322512 or 7355219. OLE color: 7355219.
HSL color Cylindrical-coordinate representation of color #533B70: hue angle of 267.17º 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 #533B70 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 59 | 112 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.56 |
| HSL | 267.17º | 0.31% | 0.34% | - |
| HSV(B) | 267.17º | 0.47% | 0.44% | - |
| XYZ | 8.06 | 6.14 | 16.09 | - |
| YUV | 72.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 112 | 0.26 | 0.47 | 0 | 0.56 | 267.17 | 0.31 | 0.34 |
| Hex | 53 | 3B | 70 | 1A | 2F | 0 | 38 | 10B | 1F | 22 |
| Octal | 123 | 73 | 160 | 32 | 57 | 0 | 70 | 413 | 37 | 42 |
| Binary | 1010011 | 111011 | 1110000 | 11010 | 101111 | 0 | 111000 | 100001011 | 11111 | 100010 |
Color Harmonies of #533B70
Complementary color
Monochromatic Colors of #533B70
Black with #533B70
Text Example
Text Example
White with #533B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B70; }
p { color: rgb(83,59,112); }
H1.HeaderClassName
{
color: #533B70;
}
.AnyTagClassName
{
color: #533B70;
}
</style>
background-color css
<style>
a { background-color: #533B70; }
a { background-color: rgb(83,59,112); }
div.DivClassName
{
background-color: #533B70;
}
.BgClassName
{
background-color: #533B70;
}
</style>
border-color css
<style>
span { border-color: #533B70; }
span { border-color: rgb(83,59,112); }
td.TdClassName
{
border-color: #533B70;
}
.TagClassName
{
border-color: #533B70;
}
</style>