Shades of Rich Blue #533FB2
Tints of Rich Blue #533FB2
RGB
CMYK
RGB Variations
Color information
#533FB2 (or 0x533FB2) is known color: Rich Blue. HEX triplet: 53, 3F and B2. RGB value is (83,63,178). Sum of RGB (Red+Green+Blue) = 83+63+178=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #533FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FB2 is #ACC04D. Grayscale: #515151. Windows color (decimal): -11321422 or 11681619. OLE color: 11681619.
HSL color Cylindrical-coordinate representation of color #533FB2: hue angle of 250.43º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533FB2 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 63 | 178 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.30 |
| HSL | 250.43º | 0.48% | 0.47% | - |
| HSV(B) | 250.43º | 0.65% | 0.7% | - |
| XYZ | 13.38 | 8.61 | 43.08 | - |
| YUV | 82.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 178 | 0.53 | 0.65 | 0 | 0.30 | 250.43 | 0.48 | 0.47 |
| Hex | 53 | 3F | B2 | 35 | 41 | 0 | 1E | FA | 30 | 2F |
| Octal | 123 | 77 | 262 | 65 | 101 | 0 | 36 | 372 | 60 | 57 |
| Binary | 1010011 | 111111 | 10110010 | 110101 | 1000001 | 0 | 11110 | 11111010 | 110000 | 101111 |
Color Harmonies of #533FB2
Complementary color
Monochromatic Colors of #533FB2
Black with #533FB2
Text Example
Text Example
White with #533FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FB2; }
p { color: rgb(83,63,178); }
H1.HeaderClassName
{
color: #533FB2;
}
.AnyTagClassName
{
color: #533FB2;
}
</style>
background-color css
<style>
a { background-color: #533FB2; }
a { background-color: rgb(83,63,178); }
div.DivClassName
{
background-color: #533FB2;
}
.BgClassName
{
background-color: #533FB2;
}
</style>
border-color css
<style>
span { border-color: #533FB2; }
span { border-color: rgb(83,63,178); }
td.TdClassName
{
border-color: #533FB2;
}
.TagClassName
{
border-color: #533FB2;
}
</style>