Shades of Rich Blue #533FAE
Tints of Rich Blue #533FAE
RGB
CMYK
RGB Variations
Color information
#533FAE (or 0x533FAE) is known color: Rich Blue. HEX triplet: 53, 3F and AE. RGB value is (83,63,174). Sum of RGB (Red+Green+Blue) = 83+63+174=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #533FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FAE is #ACC051. Grayscale: #515151. Windows color (decimal): -11321426 or 11419475. OLE color: 11419475.
HSL color Cylindrical-coordinate representation of color #533FAE: hue angle of 250.81º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533FAE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 63 | 174 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.32 |
| HSL | 250.81º | 0.47% | 0.46% | - |
| HSV(B) | 250.81º | 0.64% | 0.68% | - |
| XYZ | 12.98 | 8.45 | 40.99 | - |
| YUV | 81.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 174 | 0.52 | 0.64 | 0 | 0.32 | 250.81 | 0.47 | 0.46 |
| Hex | 53 | 3F | AE | 34 | 40 | 0 | 20 | FB | 2F | 2E |
| Octal | 123 | 77 | 256 | 64 | 100 | 0 | 40 | 373 | 57 | 56 |
| Binary | 1010011 | 111111 | 10101110 | 110100 | 1000000 | 0 | 100000 | 11111011 | 101111 | 101110 |
Color Harmonies of #533FAE
Complementary color
Monochromatic Colors of #533FAE
Black with #533FAE
Text Example
Text Example
White with #533FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FAE; }
p { color: rgb(83,63,174); }
H1.HeaderClassName
{
color: #533FAE;
}
.AnyTagClassName
{
color: #533FAE;
}
</style>
background-color css
<style>
a { background-color: #533FAE; }
a { background-color: rgb(83,63,174); }
div.DivClassName
{
background-color: #533FAE;
}
.BgClassName
{
background-color: #533FAE;
}
</style>
border-color css
<style>
span { border-color: #533FAE; }
span { border-color: rgb(83,63,174); }
td.TdClassName
{
border-color: #533FAE;
}
.TagClassName
{
border-color: #533FAE;
}
</style>