Shades of Rich Blue #534AB5
Tints of Rich Blue #534AB5
RGB
CMYK
RGB Variations
Color information
#534AB5 (or 0x534AB5) is known color: Rich Blue. HEX triplet: 53, 4A and B5. RGB value is (83,74,181). Sum of RGB (Red+Green+Blue) = 83+74+181=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #534AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534AB5 is #ACB54A. Grayscale: #585858. Windows color (decimal): -11318603 or 11881043. OLE color: 11881043.
HSL color Cylindrical-coordinate representation of color #534AB5: hue angle of 245.05º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534AB5 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 74 | 181 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.29 |
| HSL | 245.05º | 0.42% | 0.5% | - |
| HSV(B) | 245.05º | 0.59% | 0.71% | - |
| XYZ | 14.36 | 10.07 | 44.9 | - |
| YUV | 88.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 181 | 0.54 | 0.59 | 0 | 0.29 | 245.05 | 0.42 | 0.5 |
| Hex | 53 | 4A | B5 | 36 | 3B | 0 | 1D | F5 | 2A | 32 |
| Octal | 123 | 112 | 265 | 66 | 73 | 0 | 35 | 365 | 52 | 62 |
| Binary | 1010011 | 1001010 | 10110101 | 110110 | 111011 | 0 | 11101 | 11110101 | 101010 | 110010 |
Color Harmonies of #534AB5
Complementary color
Monochromatic Colors of #534AB5
Black with #534AB5
Text Example
Text Example
White with #534AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AB5; }
p { color: rgb(83,74,181); }
H1.HeaderClassName
{
color: #534AB5;
}
.AnyTagClassName
{
color: #534AB5;
}
</style>
background-color css
<style>
a { background-color: #534AB5; }
a { background-color: rgb(83,74,181); }
div.DivClassName
{
background-color: #534AB5;
}
.BgClassName
{
background-color: #534AB5;
}
</style>
border-color css
<style>
span { border-color: #534AB5; }
span { border-color: rgb(83,74,181); }
td.TdClassName
{
border-color: #534AB5;
}
.TagClassName
{
border-color: #534AB5;
}
</style>