Shades of Blue Gem #533CAC
Tints of Blue Gem #533CAC
RGB
CMYK
RGB Variations
Color information
#533CAC (or 0x533CAC) is known color: Blue Gem. HEX triplet: 53, 3C and AC. RGB value is (83,60,172). Sum of RGB (Red+Green+Blue) = 83+60+172=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #533CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533CAC is #ACC353. Grayscale: #4F4F4F. Windows color (decimal): -11322196 or 11287635. OLE color: 11287635.
HSL color Cylindrical-coordinate representation of color #533CAC: hue angle of 252.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533CAC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 60 | 172 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.33 |
| HSL | 252.32º | 0.48% | 0.45% | - |
| HSV(B) | 252.32º | 0.65% | 0.67% | - |
| XYZ | 12.63 | 8.05 | 39.92 | - |
| YUV | 79.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 172 | 0.52 | 0.65 | 0 | 0.33 | 252.32 | 0.48 | 0.45 |
| Hex | 53 | 3C | AC | 34 | 41 | 0 | 21 | FC | 30 | 2D |
| Octal | 123 | 74 | 254 | 64 | 101 | 0 | 41 | 374 | 60 | 55 |
| Binary | 1010011 | 111100 | 10101100 | 110100 | 1000001 | 0 | 100001 | 11111100 | 110000 | 101101 |
Color Harmonies of #533CAC
Complementary color
Monochromatic Colors of #533CAC
Black with #533CAC
Text Example
Text Example
White with #533CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533CAC; }
p { color: rgb(83,60,172); }
H1.HeaderClassName
{
color: #533CAC;
}
.AnyTagClassName
{
color: #533CAC;
}
</style>
background-color css
<style>
a { background-color: #533CAC; }
a { background-color: rgb(83,60,172); }
div.DivClassName
{
background-color: #533CAC;
}
.BgClassName
{
background-color: #533CAC;
}
</style>
border-color css
<style>
span { border-color: #533CAC; }
span { border-color: rgb(83,60,172); }
td.TdClassName
{
border-color: #533CAC;
}
.TagClassName
{
border-color: #533CAC;
}
</style>