Shades of Rich Blue #534AB9
Tints of Rich Blue #534AB9
RGB
CMYK
RGB Variations
Color information
#534AB9 (or 0x534AB9) is known color: Rich Blue. HEX triplet: 53, 4A and B9. RGB value is (83,74,185). Sum of RGB (Red+Green+Blue) = 83+74+185=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #534AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534AB9 is #ACB546. Grayscale: #585858. Windows color (decimal): -11318599 or 12143187. OLE color: 12143187.
HSL color Cylindrical-coordinate representation of color #534AB9: hue angle of 244.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534AB9 is Cyan = 0.55, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 74 | 185 | - |
| CMYK | 0.55 | 0.6 | 0 | 0.27 |
| HSL | 244.86º | 0.44% | 0.51% | - |
| HSV(B) | 244.86º | 0.6% | 0.73% | - |
| XYZ | 14.77 | 10.24 | 47.1 | - |
| YUV | 89.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 185 | 0.55 | 0.6 | 0 | 0.27 | 244.86 | 0.44 | 0.51 |
| Hex | 53 | 4A | B9 | 37 | 3C | 0 | 1B | F5 | 2C | 33 |
| Octal | 123 | 112 | 271 | 67 | 74 | 0 | 33 | 365 | 54 | 63 |
| Binary | 1010011 | 1001010 | 10111001 | 110111 | 111100 | 0 | 11011 | 11110101 | 101100 | 110011 |
Color Harmonies of #534AB9
Complementary color
Monochromatic Colors of #534AB9
Black with #534AB9
Text Example
Text Example
White with #534AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AB9; }
p { color: rgb(83,74,185); }
H1.HeaderClassName
{
color: #534AB9;
}
.AnyTagClassName
{
color: #534AB9;
}
</style>
background-color css
<style>
a { background-color: #534AB9; }
a { background-color: rgb(83,74,185); }
div.DivClassName
{
background-color: #534AB9;
}
.BgClassName
{
background-color: #534AB9;
}
</style>
border-color css
<style>
span { border-color: #534AB9; }
span { border-color: rgb(83,74,185); }
td.TdClassName
{
border-color: #534AB9;
}
.TagClassName
{
border-color: #534AB9;
}
</style>