Shades of Blue Gem #533AA6
Tints of Blue Gem #533AA6
RGB
CMYK
RGB Variations
Color information
#533AA6 (or 0x533AA6) is known color: Blue Gem. HEX triplet: 53, 3A and A6. RGB value is (83,58,166). Sum of RGB (Red+Green+Blue) = 83+58+166=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #533AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AA6 is #ACC559. Grayscale: #4D4D4D. Windows color (decimal): -11322714 or 10893907. OLE color: 10893907.
HSL color Cylindrical-coordinate representation of color #533AA6: hue angle of 253.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533AA6 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 58 | 166 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.35 |
| HSL | 253.89º | 0.48% | 0.44% | - |
| HSV(B) | 253.89º | 0.65% | 0.65% | - |
| XYZ | 11.96 | 7.62 | 36.92 | - |
| YUV | 77.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 166 | 0.50 | 0.65 | 0 | 0.35 | 253.89 | 0.48 | 0.44 |
| Hex | 53 | 3A | A6 | 32 | 41 | 0 | 23 | FE | 30 | 2C |
| Octal | 123 | 72 | 246 | 62 | 101 | 0 | 43 | 376 | 60 | 54 |
| Binary | 1010011 | 111010 | 10100110 | 110010 | 1000001 | 0 | 100011 | 11111110 | 110000 | 101100 |
Color Harmonies of #533AA6
Complementary color
Monochromatic Colors of #533AA6
Black with #533AA6
Text Example
Text Example
White with #533AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533AA6; }
p { color: rgb(83,58,166); }
H1.HeaderClassName
{
color: #533AA6;
}
.AnyTagClassName
{
color: #533AA6;
}
</style>
background-color css
<style>
a { background-color: #533AA6; }
a { background-color: rgb(83,58,166); }
div.DivClassName
{
background-color: #533AA6;
}
.BgClassName
{
background-color: #533AA6;
}
</style>
border-color css
<style>
span { border-color: #533AA6; }
span { border-color: rgb(83,58,166); }
td.TdClassName
{
border-color: #533AA6;
}
.TagClassName
{
border-color: #533AA6;
}
</style>