Shades of Blue Gem #533EA6
Tints of Blue Gem #533EA6
RGB
CMYK
RGB Variations
Color information
#533EA6 (or 0x533EA6) is known color: Blue Gem. HEX triplet: 53, 3E and A6. RGB value is (83,62,166). Sum of RGB (Red+Green+Blue) = 83+62+166=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #533EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533EA6 is #ACC159. Grayscale: #4F4F4F. Windows color (decimal): -11321690 or 10894931. OLE color: 10894931.
HSL color Cylindrical-coordinate representation of color #533EA6: hue angle of 252.12º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533EA6 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 62 | 166 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.35 |
| HSL | 252.12º | 0.46% | 0.45% | - |
| HSV(B) | 252.12º | 0.63% | 0.65% | - |
| XYZ | 12.17 | 8.04 | 36.99 | - |
| YUV | 80.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 166 | 0.50 | 0.63 | 0 | 0.35 | 252.12 | 0.46 | 0.45 |
| Hex | 53 | 3E | A6 | 32 | 3F | 0 | 23 | FC | 2E | 2D |
| Octal | 123 | 76 | 246 | 62 | 77 | 0 | 43 | 374 | 56 | 55 |
| Binary | 1010011 | 111110 | 10100110 | 110010 | 111111 | 0 | 100011 | 11111100 | 101110 | 101101 |
Color Harmonies of #533EA6
Complementary color
Monochromatic Colors of #533EA6
Black with #533EA6
Text Example
Text Example
White with #533EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533EA6; }
p { color: rgb(83,62,166); }
H1.HeaderClassName
{
color: #533EA6;
}
.AnyTagClassName
{
color: #533EA6;
}
</style>
background-color css
<style>
a { background-color: #533EA6; }
a { background-color: rgb(83,62,166); }
div.DivClassName
{
background-color: #533EA6;
}
.BgClassName
{
background-color: #533EA6;
}
</style>
border-color css
<style>
span { border-color: #533EA6; }
span { border-color: rgb(83,62,166); }
td.TdClassName
{
border-color: #533EA6;
}
.TagClassName
{
border-color: #533EA6;
}
</style>