Shades of Blue Gem #533BAC
Tints of Blue Gem #533BAC
RGB
CMYK
RGB Variations
Color information
#533BAC (or 0x533BAC) is known color: Blue Gem. HEX triplet: 53, 3B and AC. RGB value is (83,59,172). Sum of RGB (Red+Green+Blue) = 83+59+172=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #533BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533BAC is #ACC453. Grayscale: #4E4E4E. Windows color (decimal): -11322452 or 11287379. OLE color: 11287379.
HSL color Cylindrical-coordinate representation of color #533BAC: hue angle of 252.74º degrees, saturation: 0.49, 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 #533BAC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 59 | 172 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.33 |
| HSL | 252.74º | 0.49% | 0.45% | - |
| HSV(B) | 252.74º | 0.66% | 0.67% | - |
| XYZ | 12.58 | 7.95 | 39.9 | - |
| YUV | 79.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 172 | 0.52 | 0.66 | 0 | 0.33 | 252.74 | 0.49 | 0.45 |
| Hex | 53 | 3B | AC | 34 | 42 | 0 | 21 | FD | 31 | 2D |
| Octal | 123 | 73 | 254 | 64 | 102 | 0 | 41 | 375 | 61 | 55 |
| Binary | 1010011 | 111011 | 10101100 | 110100 | 1000010 | 0 | 100001 | 11111101 | 110001 | 101101 |
Color Harmonies of #533BAC
Complementary color
Monochromatic Colors of #533BAC
Black with #533BAC
Text Example
Text Example
White with #533BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BAC; }
p { color: rgb(83,59,172); }
H1.HeaderClassName
{
color: #533BAC;
}
.AnyTagClassName
{
color: #533BAC;
}
</style>
background-color css
<style>
a { background-color: #533BAC; }
a { background-color: rgb(83,59,172); }
div.DivClassName
{
background-color: #533BAC;
}
.BgClassName
{
background-color: #533BAC;
}
</style>
border-color css
<style>
span { border-color: #533BAC; }
span { border-color: rgb(83,59,172); }
td.TdClassName
{
border-color: #533BAC;
}
.TagClassName
{
border-color: #533BAC;
}
</style>