Shades of Rich Blue #533FAD
Tints of Rich Blue #533FAD
RGB
CMYK
RGB Variations
Color information
#533FAD (or 0x533FAD) is known color: Rich Blue. HEX triplet: 53, 3F and AD. RGB value is (83,63,173). Sum of RGB (Red+Green+Blue) = 83+63+173=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #533FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FAD is #ACC052. Grayscale: #515151. Windows color (decimal): -11321427 or 11353939. OLE color: 11353939.
HSL color Cylindrical-coordinate representation of color #533FAD: hue angle of 250.91º 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 #533FAD is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 63 | 173 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.32 |
| HSL | 250.91º | 0.47% | 0.46% | - |
| HSV(B) | 250.91º | 0.64% | 0.68% | - |
| XYZ | 12.89 | 8.41 | 40.48 | - |
| YUV | 81.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 173 | 0.52 | 0.64 | 0 | 0.32 | 250.91 | 0.47 | 0.46 |
| Hex | 53 | 3F | AD | 34 | 40 | 0 | 20 | FB | 2F | 2E |
| Octal | 123 | 77 | 255 | 64 | 100 | 0 | 40 | 373 | 57 | 56 |
| Binary | 1010011 | 111111 | 10101101 | 110100 | 1000000 | 0 | 100000 | 11111011 | 101111 | 101110 |
Color Harmonies of #533FAD
Complementary color
Monochromatic Colors of #533FAD
Black with #533FAD
Text Example
Text Example
White with #533FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FAD; }
p { color: rgb(83,63,173); }
H1.HeaderClassName
{
color: #533FAD;
}
.AnyTagClassName
{
color: #533FAD;
}
</style>
background-color css
<style>
a { background-color: #533FAD; }
a { background-color: rgb(83,63,173); }
div.DivClassName
{
background-color: #533FAD;
}
.BgClassName
{
background-color: #533FAD;
}
</style>
border-color css
<style>
span { border-color: #533FAD; }
span { border-color: rgb(83,63,173); }
td.TdClassName
{
border-color: #533FAD;
}
.TagClassName
{
border-color: #533FAD;
}
</style>