Shades of Rich Blue #524DBA
Tints of Rich Blue #524DBA
RGB
CMYK
RGB Variations
Color information
#524DBA (or 0x524DBA) is known color: Rich Blue. HEX triplet: 52, 4D and BA. RGB value is (82,77,186). Sum of RGB (Red+Green+Blue) = 82+77+186=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #524DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DBA is #ADB245. Grayscale: #5A5A5A. Windows color (decimal): -11383366 or 12209490. OLE color: 12209490.
HSL color Cylindrical-coordinate representation of color #524DBA: hue angle of 242.75º 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 #524DBA is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 77 | 186 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.27 |
| HSL | 242.75º | 0.44% | 0.52% | - |
| HSV(B) | 242.75º | 0.59% | 0.73% | - |
| XYZ | 15 | 10.65 | 47.72 | - |
| YUV | 90.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 186 | 0.56 | 0.59 | 0 | 0.27 | 242.75 | 0.44 | 0.52 |
| Hex | 52 | 4D | BA | 38 | 3B | 0 | 1B | F3 | 2C | 34 |
| Octal | 122 | 115 | 272 | 70 | 73 | 0 | 33 | 363 | 54 | 64 |
| Binary | 1010010 | 1001101 | 10111010 | 111000 | 111011 | 0 | 11011 | 11110011 | 101100 | 110100 |
Color Harmonies of #524DBA
Complementary color
Monochromatic Colors of #524DBA
Black with #524DBA
Text Example
Text Example
White with #524DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DBA; }
p { color: rgb(82,77,186); }
H1.HeaderClassName
{
color: #524DBA;
}
.AnyTagClassName
{
color: #524DBA;
}
</style>
background-color css
<style>
a { background-color: #524DBA; }
a { background-color: rgb(82,77,186); }
div.DivClassName
{
background-color: #524DBA;
}
.BgClassName
{
background-color: #524DBA;
}
</style>
border-color css
<style>
span { border-color: #524DBA; }
span { border-color: rgb(82,77,186); }
td.TdClassName
{
border-color: #524DBA;
}
.TagClassName
{
border-color: #524DBA;
}
</style>