Shades of Rich Blue #533FB1
Tints of Rich Blue #533FB1
RGB
CMYK
RGB Variations
Color information
#533FB1 (or 0x533FB1) is known color: Rich Blue. HEX triplet: 53, 3F and B1. RGB value is (83,63,177). Sum of RGB (Red+Green+Blue) = 83+63+177=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #533FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FB1 is #ACC04E. Grayscale: #515151. Windows color (decimal): -11321423 or 11616083. OLE color: 11616083.
HSL color Cylindrical-coordinate representation of color #533FB1: hue angle of 250.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533FB1 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 63 | 177 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.31 |
| HSL | 250.53º | 0.48% | 0.47% | - |
| HSV(B) | 250.53º | 0.64% | 0.69% | - |
| XYZ | 13.28 | 8.57 | 42.55 | - |
| YUV | 81.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 177 | 0.53 | 0.64 | 0 | 0.31 | 250.53 | 0.48 | 0.47 |
| Hex | 53 | 3F | B1 | 35 | 40 | 0 | 1F | FB | 30 | 2F |
| Octal | 123 | 77 | 261 | 65 | 100 | 0 | 37 | 373 | 60 | 57 |
| Binary | 1010011 | 111111 | 10110001 | 110101 | 1000000 | 0 | 11111 | 11111011 | 110000 | 101111 |
Color Harmonies of #533FB1
Complementary color
Monochromatic Colors of #533FB1
Black with #533FB1
Text Example
Text Example
White with #533FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533FB1; }
p { color: rgb(83,63,177); }
H1.HeaderClassName
{
color: #533FB1;
}
.AnyTagClassName
{
color: #533FB1;
}
</style>
background-color css
<style>
a { background-color: #533FB1; }
a { background-color: rgb(83,63,177); }
div.DivClassName
{
background-color: #533FB1;
}
.BgClassName
{
background-color: #533FB1;
}
</style>
border-color css
<style>
span { border-color: #533FB1; }
span { border-color: rgb(83,63,177); }
td.TdClassName
{
border-color: #533FB1;
}
.TagClassName
{
border-color: #533FB1;
}
</style>