Shades of Rich Blue #524EBA
Tints of Rich Blue #524EBA
RGB
CMYK
RGB Variations
Color information
#524EBA (or 0x524EBA) is known color: Rich Blue. HEX triplet: 52, 4E and BA. RGB value is (82,78,186). Sum of RGB (Red+Green+Blue) = 82+78+186=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 78 (30.86% from 255 or 22.54% 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 #524EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EBA is #ADB145. Grayscale: #5B5B5B. Windows color (decimal): -11383110 or 12209746. OLE color: 12209746.
HSL color Cylindrical-coordinate representation of color #524EBA: hue angle of 242.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524EBA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 78 | 186 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.27 |
| HSL | 242.22º | 0.44% | 0.52% | - |
| HSV(B) | 242.22º | 0.58% | 0.73% | - |
| XYZ | 15.07 | 10.79 | 47.74 | - |
| YUV | 91.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 186 | 0.56 | 0.58 | 0 | 0.27 | 242.22 | 0.44 | 0.52 |
| Hex | 52 | 4E | BA | 38 | 3A | 0 | 1B | F2 | 2C | 34 |
| Octal | 122 | 116 | 272 | 70 | 72 | 0 | 33 | 362 | 54 | 64 |
| Binary | 1010010 | 1001110 | 10111010 | 111000 | 111010 | 0 | 11011 | 11110010 | 101100 | 110100 |
Color Harmonies of #524EBA
Complementary color
Monochromatic Colors of #524EBA
Black with #524EBA
Text Example
Text Example
White with #524EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524EBA; }
p { color: rgb(82,78,186); }
H1.HeaderClassName
{
color: #524EBA;
}
.AnyTagClassName
{
color: #524EBA;
}
</style>
background-color css
<style>
a { background-color: #524EBA; }
a { background-color: rgb(82,78,186); }
div.DivClassName
{
background-color: #524EBA;
}
.BgClassName
{
background-color: #524EBA;
}
</style>
border-color css
<style>
span { border-color: #524EBA; }
span { border-color: rgb(82,78,186); }
td.TdClassName
{
border-color: #524EBA;
}
.TagClassName
{
border-color: #524EBA;
}
</style>