Shades of Blue Gem #533AAC
Tints of Blue Gem #533AAC
RGB
CMYK
RGB Variations
Color information
#533AAC (or 0x533AAC) is known color: Blue Gem. HEX triplet: 53, 3A and AC. RGB value is (83,58,172). Sum of RGB (Red+Green+Blue) = 83+58+172=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #533AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AAC is #ACC553. Grayscale: #4E4E4E. Windows color (decimal): -11322708 or 11287123. OLE color: 11287123.
HSL color Cylindrical-coordinate representation of color #533AAC: hue angle of 253.16º degrees, saturation: 0.5, 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 #533AAC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 58 | 172 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.33 |
| HSL | 253.16º | 0.5% | 0.45% | - |
| HSV(B) | 253.16º | 0.66% | 0.67% | - |
| XYZ | 12.53 | 7.84 | 39.88 | - |
| YUV | 78.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 172 | 0.52 | 0.66 | 0 | 0.33 | 253.16 | 0.5 | 0.45 |
| Hex | 53 | 3A | AC | 34 | 42 | 0 | 21 | FD | 32 | 2D |
| Octal | 123 | 72 | 254 | 64 | 102 | 0 | 41 | 375 | 62 | 55 |
| Binary | 1010011 | 111010 | 10101100 | 110100 | 1000010 | 0 | 100001 | 11111101 | 110010 | 101101 |
Color Harmonies of #533AAC
Complementary color
Monochromatic Colors of #533AAC
Black with #533AAC
Text Example
Text Example
White with #533AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AAC; }
p { color: rgb(83,58,172); }
H1.HeaderClassName
{
color: #533AAC;
}
.AnyTagClassName
{
color: #533AAC;
}
</style>
background-color css
<style>
a { background-color: #533AAC; }
a { background-color: rgb(83,58,172); }
div.DivClassName
{
background-color: #533AAC;
}
.BgClassName
{
background-color: #533AAC;
}
</style>
border-color css
<style>
span { border-color: #533AAC; }
span { border-color: rgb(83,58,172); }
td.TdClassName
{
border-color: #533AAC;
}
.TagClassName
{
border-color: #533AAC;
}
</style>