Shades of Rich Blue #533FAC
Tints of Rich Blue #533FAC
RGB
CMYK
RGB Variations
Color information
#533FAC (or 0x533FAC) is known color: Rich Blue. HEX triplet: 53, 3F and AC. RGB value is (83,63,172). Sum of RGB (Red+Green+Blue) = 83+63+172=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #533FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FAC is #ACC053. Grayscale: #505050. Windows color (decimal): -11321428 or 11288403. OLE color: 11288403.
HSL color Cylindrical-coordinate representation of color #533FAC: hue angle of 251.01º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533FAC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 63 | 172 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.33 |
| HSL | 251.01º | 0.46% | 0.46% | - |
| HSV(B) | 251.01º | 0.63% | 0.67% | - |
| XYZ | 12.79 | 8.37 | 39.97 | - |
| YUV | 81.41 | 179.13 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 172 | 0.52 | 0.63 | 0 | 0.33 | 251.01 | 0.46 | 0.46 |
| Hex | 53 | 3F | AC | 34 | 3F | 0 | 21 | FB | 2E | 2E |
| Octal | 123 | 77 | 254 | 64 | 77 | 0 | 41 | 373 | 56 | 56 |
| Binary | 1010011 | 111111 | 10101100 | 110100 | 111111 | 0 | 100001 | 11111011 | 101110 | 101110 |
Color Harmonies of #533FAC
Complementary color
Monochromatic Colors of #533FAC
Black with #533FAC
Text Example
Text Example
White with #533FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FAC; }
p { color: rgb(83,63,172); }
H1.HeaderClassName
{
color: #533FAC;
}
.AnyTagClassName
{
color: #533FAC;
}
</style>
background-color css
<style>
a { background-color: #533FAC; }
a { background-color: rgb(83,63,172); }
div.DivClassName
{
background-color: #533FAC;
}
.BgClassName
{
background-color: #533FAC;
}
</style>
border-color css
<style>
span { border-color: #533FAC; }
span { border-color: rgb(83,63,172); }
td.TdClassName
{
border-color: #533FAC;
}
.TagClassName
{
border-color: #533FAC;
}
</style>