Shades of Rich Blue #524DAC
Tints of Rich Blue #524DAC
RGB
CMYK
RGB Variations
Color information
#524DAC (or 0x524DAC) is known color: Rich Blue. HEX triplet: 52, 4D and AC. RGB value is (82,77,172). Sum of RGB (Red+Green+Blue) = 82+77+172=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #524DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524DAC is #ADB253. Grayscale: #585858. Windows color (decimal): -11383380 or 11291986. OLE color: 11291986.
HSL color Cylindrical-coordinate representation of color #524DAC: hue angle of 243.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #524DAC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 77 | 172 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.33 |
| HSL | 243.16º | 0.38% | 0.49% | - |
| HSV(B) | 243.16º | 0.55% | 0.67% | - |
| XYZ | 13.58 | 10.08 | 40.26 | - |
| YUV | 89.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 172 | 0.52 | 0.55 | 0 | 0.33 | 243.16 | 0.38 | 0.49 |
| Hex | 52 | 4D | AC | 34 | 37 | 0 | 21 | F3 | 26 | 31 |
| Octal | 122 | 115 | 254 | 64 | 67 | 0 | 41 | 363 | 46 | 61 |
| Binary | 1010010 | 1001101 | 10101100 | 110100 | 110111 | 0 | 100001 | 11110011 | 100110 | 110001 |
Color Harmonies of #524DAC
Complementary color
Monochromatic Colors of #524DAC
Black with #524DAC
Text Example
Text Example
White with #524DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DAC; }
p { color: rgb(82,77,172); }
H1.HeaderClassName
{
color: #524DAC;
}
.AnyTagClassName
{
color: #524DAC;
}
</style>
background-color css
<style>
a { background-color: #524DAC; }
a { background-color: rgb(82,77,172); }
div.DivClassName
{
background-color: #524DAC;
}
.BgClassName
{
background-color: #524DAC;
}
</style>
border-color css
<style>
span { border-color: #524DAC; }
span { border-color: rgb(82,77,172); }
td.TdClassName
{
border-color: #524DAC;
}
.TagClassName
{
border-color: #524DAC;
}
</style>