Shades of Blue Gem #533BA1
Tints of Blue Gem #533BA1
RGB
CMYK
RGB Variations
Color information
#533BA1 (or 0x533BA1) is known color: Blue Gem. HEX triplet: 53, 3B and A1. RGB value is (83,59,161). Sum of RGB (Red+Green+Blue) = 83+59+161=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #533BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533BA1 is #ACC45E. Grayscale: #4D4D4D. Windows color (decimal): -11322463 or 10566483. OLE color: 10566483.
HSL color Cylindrical-coordinate representation of color #533BA1: hue angle of 254.12º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533BA1 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 59 | 161 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.37 |
| HSL | 254.12º | 0.46% | 0.43% | - |
| HSV(B) | 254.12º | 0.63% | 0.63% | - |
| XYZ | 11.56 | 7.54 | 34.56 | - |
| YUV | 77.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 161 | 0.48 | 0.63 | 0 | 0.37 | 254.12 | 0.46 | 0.43 |
| Hex | 53 | 3B | A1 | 30 | 3F | 0 | 25 | FE | 2E | 2B |
| Octal | 123 | 73 | 241 | 60 | 77 | 0 | 45 | 376 | 56 | 53 |
| Binary | 1010011 | 111011 | 10100001 | 110000 | 111111 | 0 | 100101 | 11111110 | 101110 | 101011 |
Color Harmonies of #533BA1
Complementary color
Monochromatic Colors of #533BA1
Black with #533BA1
Text Example
Text Example
White with #533BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BA1; }
p { color: rgb(83,59,161); }
H1.HeaderClassName
{
color: #533BA1;
}
.AnyTagClassName
{
color: #533BA1;
}
</style>
background-color css
<style>
a { background-color: #533BA1; }
a { background-color: rgb(83,59,161); }
div.DivClassName
{
background-color: #533BA1;
}
.BgClassName
{
background-color: #533BA1;
}
</style>
border-color css
<style>
span { border-color: #533BA1; }
span { border-color: rgb(83,59,161); }
td.TdClassName
{
border-color: #533BA1;
}
.TagClassName
{
border-color: #533BA1;
}
</style>