Shades of Blue Gem #533AAA
Tints of Blue Gem #533AAA
RGB
CMYK
RGB Variations
Color information
#533AAA (or 0x533AAA) is known color: Blue Gem. HEX triplet: 53, 3A and AA. RGB value is (83,58,170). Sum of RGB (Red+Green+Blue) = 83+58+170=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #533AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AAA is #ACC555. Grayscale: #4D4D4D. Windows color (decimal): -11322710 or 11156051. OLE color: 11156051.
HSL color Cylindrical-coordinate representation of color #533AAA: hue angle of 253.39º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533AAA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 58 | 170 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.33 |
| HSL | 253.39º | 0.49% | 0.45% | - |
| HSV(B) | 253.39º | 0.66% | 0.67% | - |
| XYZ | 12.34 | 7.77 | 38.88 | - |
| YUV | 78.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 170 | 0.51 | 0.66 | 0 | 0.33 | 253.39 | 0.49 | 0.45 |
| Hex | 53 | 3A | AA | 33 | 42 | 0 | 21 | FD | 31 | 2D |
| Octal | 123 | 72 | 252 | 63 | 102 | 0 | 41 | 375 | 61 | 55 |
| Binary | 1010011 | 111010 | 10101010 | 110011 | 1000010 | 0 | 100001 | 11111101 | 110001 | 101101 |
Color Harmonies of #533AAA
Complementary color
Monochromatic Colors of #533AAA
Black with #533AAA
Text Example
Text Example
White with #533AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AAA; }
p { color: rgb(83,58,170); }
H1.HeaderClassName
{
color: #533AAA;
}
.AnyTagClassName
{
color: #533AAA;
}
</style>
background-color css
<style>
a { background-color: #533AAA; }
a { background-color: rgb(83,58,170); }
div.DivClassName
{
background-color: #533AAA;
}
.BgClassName
{
background-color: #533AAA;
}
</style>
border-color css
<style>
span { border-color: #533AAA; }
span { border-color: rgb(83,58,170); }
td.TdClassName
{
border-color: #533AAA;
}
.TagClassName
{
border-color: #533AAA;
}
</style>