Shades of Rich Blue #524ABA
Tints of Rich Blue #524ABA
RGB
CMYK
RGB Variations
Color information
#524ABA (or 0x524ABA) is known color: Rich Blue. HEX triplet: 52, 4A and BA. RGB value is (82,74,186). Sum of RGB (Red+Green+Blue) = 82+74+186=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #524ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524ABA is #ADB545. Grayscale: #585858. Windows color (decimal): -11384134 or 12208722. OLE color: 12208722.
HSL color Cylindrical-coordinate representation of color #524ABA: hue angle of 244.29º degrees, saturation: 0.45, 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 #524ABA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 74 | 186 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.27 |
| HSL | 244.29º | 0.45% | 0.51% | - |
| HSV(B) | 244.29º | 0.6% | 0.73% | - |
| XYZ | 14.79 | 10.24 | 47.65 | - |
| YUV | 89.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 186 | 0.56 | 0.60 | 0 | 0.27 | 244.29 | 0.45 | 0.51 |
| Hex | 52 | 4A | BA | 38 | 3C | 0 | 1B | F4 | 2D | 33 |
| Octal | 122 | 112 | 272 | 70 | 74 | 0 | 33 | 364 | 55 | 63 |
| Binary | 1010010 | 1001010 | 10111010 | 111000 | 111100 | 0 | 11011 | 11110100 | 101101 | 110011 |
Color Harmonies of #524ABA
Complementary color
Monochromatic Colors of #524ABA
Black with #524ABA
Text Example
Text Example
White with #524ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ABA; }
p { color: rgb(82,74,186); }
H1.HeaderClassName
{
color: #524ABA;
}
.AnyTagClassName
{
color: #524ABA;
}
</style>
background-color css
<style>
a { background-color: #524ABA; }
a { background-color: rgb(82,74,186); }
div.DivClassName
{
background-color: #524ABA;
}
.BgClassName
{
background-color: #524ABA;
}
</style>
border-color css
<style>
span { border-color: #524ABA; }
span { border-color: rgb(82,74,186); }
td.TdClassName
{
border-color: #524ABA;
}
.TagClassName
{
border-color: #524ABA;
}
</style>