Shades of Rich Blue #534DBA
Tints of Rich Blue #534DBA
RGB
CMYK
RGB Variations
Color information
#534DBA (or 0x534DBA) is known color: Rich Blue. HEX triplet: 53, 4D and BA. RGB value is (83,77,186). Sum of RGB (Red+Green+Blue) = 83+77+186=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #534DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DBA is #ACB245. Grayscale: #5A5A5A. Windows color (decimal): -11317830 or 12209491. OLE color: 12209491.
HSL color Cylindrical-coordinate representation of color #534DBA: hue angle of 243.3º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534DBA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 77 | 186 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.27 |
| HSL | 243.3º | 0.44% | 0.52% | - |
| HSV(B) | 243.3º | 0.59% | 0.73% | - |
| XYZ | 15.08 | 10.69 | 47.72 | - |
| YUV | 91.22 | 181.49 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 186 | 0.55 | 0.59 | 0 | 0.27 | 243.3 | 0.44 | 0.52 |
| Hex | 53 | 4D | BA | 37 | 3B | 0 | 1B | F3 | 2C | 34 |
| Octal | 123 | 115 | 272 | 67 | 73 | 0 | 33 | 363 | 54 | 64 |
| Binary | 1010011 | 1001101 | 10111010 | 110111 | 111011 | 0 | 11011 | 11110011 | 101100 | 110100 |
Color Harmonies of #534DBA
Complementary color
Monochromatic Colors of #534DBA
Black with #534DBA
Text Example
Text Example
White with #534DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DBA; }
p { color: rgb(83,77,186); }
H1.HeaderClassName
{
color: #534DBA;
}
.AnyTagClassName
{
color: #534DBA;
}
</style>
background-color css
<style>
a { background-color: #534DBA; }
a { background-color: rgb(83,77,186); }
div.DivClassName
{
background-color: #534DBA;
}
.BgClassName
{
background-color: #534DBA;
}
</style>
border-color css
<style>
span { border-color: #534DBA; }
span { border-color: rgb(83,77,186); }
td.TdClassName
{
border-color: #534DBA;
}
.TagClassName
{
border-color: #534DBA;
}
</style>