Shades of Blue Gem #533FA2
Tints of Blue Gem #533FA2
RGB
CMYK
RGB Variations
Color information
#533FA2 (or 0x533FA2) is known color: Blue Gem. HEX triplet: 53, 3F and A2. RGB value is (83,63,162). Sum of RGB (Red+Green+Blue) = 83+63+162=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #533FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FA2 is #ACC05D. Grayscale: #4F4F4F. Windows color (decimal): -11321438 or 10633043. OLE color: 10633043.
HSL color Cylindrical-coordinate representation of color #533FA2: hue angle of 252.12º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533FA2 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 63 | 162 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.36 |
| HSL | 252.12º | 0.44% | 0.44% | - |
| HSV(B) | 252.12º | 0.61% | 0.64% | - |
| XYZ | 11.87 | 8 | 35.1 | - |
| YUV | 80.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 162 | 0.49 | 0.61 | 0 | 0.36 | 252.12 | 0.44 | 0.44 |
| Hex | 53 | 3F | A2 | 31 | 3D | 0 | 24 | FC | 2C | 2C |
| Octal | 123 | 77 | 242 | 61 | 75 | 0 | 44 | 374 | 54 | 54 |
| Binary | 1010011 | 111111 | 10100010 | 110001 | 111101 | 0 | 100100 | 11111100 | 101100 | 101100 |
Color Harmonies of #533FA2
Complementary color
Monochromatic Colors of #533FA2
Black with #533FA2
Text Example
Text Example
White with #533FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FA2; }
p { color: rgb(83,63,162); }
H1.HeaderClassName
{
color: #533FA2;
}
.AnyTagClassName
{
color: #533FA2;
}
</style>
background-color css
<style>
a { background-color: #533FA2; }
a { background-color: rgb(83,63,162); }
div.DivClassName
{
background-color: #533FA2;
}
.BgClassName
{
background-color: #533FA2;
}
</style>
border-color css
<style>
span { border-color: #533FA2; }
span { border-color: rgb(83,63,162); }
td.TdClassName
{
border-color: #533FA2;
}
.TagClassName
{
border-color: #533FA2;
}
</style>