Shades of Rich Blue #533DB0
Tints of Rich Blue #533DB0
RGB
CMYK
RGB Variations
Color information
#533DB0 (or 0x533DB0) is known color: Rich Blue. HEX triplet: 53, 3D and B0. RGB value is (83,61,176). Sum of RGB (Red+Green+Blue) = 83+61+176=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #533DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533DB0 is #ACC24F. Grayscale: #505050. Windows color (decimal): -11321936 or 11550035. OLE color: 11550035.
HSL color Cylindrical-coordinate representation of color #533DB0: hue angle of 251.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533DB0 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 61 | 176 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.31 |
| HSL | 251.48º | 0.49% | 0.46% | - |
| HSV(B) | 251.48º | 0.65% | 0.69% | - |
| XYZ | 13.07 | 8.31 | 41.99 | - |
| YUV | 80.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 176 | 0.53 | 0.65 | 0 | 0.31 | 251.48 | 0.49 | 0.46 |
| Hex | 53 | 3D | B0 | 35 | 41 | 0 | 1F | FB | 31 | 2E |
| Octal | 123 | 75 | 260 | 65 | 101 | 0 | 37 | 373 | 61 | 56 |
| Binary | 1010011 | 111101 | 10110000 | 110101 | 1000001 | 0 | 11111 | 11111011 | 110001 | 101110 |
Color Harmonies of #533DB0
Complementary color
Monochromatic Colors of #533DB0
Black with #533DB0
Text Example
Text Example
White with #533DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DB0; }
p { color: rgb(83,61,176); }
H1.HeaderClassName
{
color: #533DB0;
}
.AnyTagClassName
{
color: #533DB0;
}
</style>
background-color css
<style>
a { background-color: #533DB0; }
a { background-color: rgb(83,61,176); }
div.DivClassName
{
background-color: #533DB0;
}
.BgClassName
{
background-color: #533DB0;
}
</style>
border-color css
<style>
span { border-color: #533DB0; }
span { border-color: rgb(83,61,176); }
td.TdClassName
{
border-color: #533DB0;
}
.TagClassName
{
border-color: #533DB0;
}
</style>