Shades of Rich Blue #524FAC
Tints of Rich Blue #524FAC
RGB
CMYK
RGB Variations
Color information
#524FAC (or 0x524FAC) is known color: Rich Blue. HEX triplet: 52, 4F and AC. RGB value is (82,79,172). Sum of RGB (Red+Green+Blue) = 82+79+172=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #524FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524FAC is #ADB053. Grayscale: #5A5A5A. Windows color (decimal): -11382868 or 11292498. OLE color: 11292498.
HSL color Cylindrical-coordinate representation of color #524FAC: hue angle of 241.94º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524FAC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 79 | 172 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.33 |
| HSL | 241.94º | 0.37% | 0.49% | - |
| HSV(B) | 241.94º | 0.54% | 0.67% | - |
| XYZ | 13.72 | 10.36 | 40.31 | - |
| YUV | 90.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 172 | 0.52 | 0.54 | 0 | 0.33 | 241.94 | 0.37 | 0.49 |
| Hex | 52 | 4F | AC | 34 | 36 | 0 | 21 | F2 | 25 | 31 |
| Octal | 122 | 117 | 254 | 64 | 66 | 0 | 41 | 362 | 45 | 61 |
| Binary | 1010010 | 1001111 | 10101100 | 110100 | 110110 | 0 | 100001 | 11110010 | 100101 | 110001 |
Color Harmonies of #524FAC
Complementary color
Monochromatic Colors of #524FAC
Black with #524FAC
Text Example
Text Example
White with #524FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524FAC; }
p { color: rgb(82,79,172); }
H1.HeaderClassName
{
color: #524FAC;
}
.AnyTagClassName
{
color: #524FAC;
}
</style>
background-color css
<style>
a { background-color: #524FAC; }
a { background-color: rgb(82,79,172); }
div.DivClassName
{
background-color: #524FAC;
}
.BgClassName
{
background-color: #524FAC;
}
</style>
border-color css
<style>
span { border-color: #524FAC; }
span { border-color: rgb(82,79,172); }
td.TdClassName
{
border-color: #524FAC;
}
.TagClassName
{
border-color: #524FAC;
}
</style>