Shades of Blue Gem #533DAC
Tints of Blue Gem #533DAC
RGB
CMYK
RGB Variations
Color information
#533DAC (or 0x533DAC) is known color: Blue Gem. HEX triplet: 53, 3D and AC. RGB value is (83,61,172). Sum of RGB (Red+Green+Blue) = 83+61+172=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #533DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533DAC is #ACC253. Grayscale: #4F4F4F. Windows color (decimal): -11321940 or 11287891. OLE color: 11287891.
HSL color Cylindrical-coordinate representation of color #533DAC: hue angle of 251.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533DAC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 61 | 172 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.33 |
| HSL | 251.89º | 0.48% | 0.46% | - |
| HSV(B) | 251.89º | 0.65% | 0.67% | - |
| XYZ | 12.68 | 8.16 | 39.94 | - |
| YUV | 80.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 172 | 0.52 | 0.65 | 0 | 0.33 | 251.89 | 0.48 | 0.46 |
| Hex | 53 | 3D | AC | 34 | 41 | 0 | 21 | FC | 30 | 2E |
| Octal | 123 | 75 | 254 | 64 | 101 | 0 | 41 | 374 | 60 | 56 |
| Binary | 1010011 | 111101 | 10101100 | 110100 | 1000001 | 0 | 100001 | 11111100 | 110000 | 101110 |
Color Harmonies of #533DAC
Complementary color
Monochromatic Colors of #533DAC
Black with #533DAC
Text Example
Text Example
White with #533DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DAC; }
p { color: rgb(83,61,172); }
H1.HeaderClassName
{
color: #533DAC;
}
.AnyTagClassName
{
color: #533DAC;
}
</style>
background-color css
<style>
a { background-color: #533DAC; }
a { background-color: rgb(83,61,172); }
div.DivClassName
{
background-color: #533DAC;
}
.BgClassName
{
background-color: #533DAC;
}
</style>
border-color css
<style>
span { border-color: #533DAC; }
span { border-color: rgb(83,61,172); }
td.TdClassName
{
border-color: #533DAC;
}
.TagClassName
{
border-color: #533DAC;
}
</style>