Shades of Rich Blue #524EAC
Tints of Rich Blue #524EAC
RGB
CMYK
RGB Variations
Color information
#524EAC (or 0x524EAC) is known color: Rich Blue. HEX triplet: 52, 4E and AC. RGB value is (82,78,172). Sum of RGB (Red+Green+Blue) = 82+78+172=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #524EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524EAC is #ADB153. Grayscale: #595959. Windows color (decimal): -11383124 or 11292242. OLE color: 11292242.
HSL color Cylindrical-coordinate representation of color #524EAC: hue angle of 242.55º 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 #524EAC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 78 | 172 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.33 |
| HSL | 242.55º | 0.38% | 0.49% | - |
| HSV(B) | 242.55º | 0.55% | 0.67% | - |
| XYZ | 13.65 | 10.22 | 40.28 | - |
| YUV | 89.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 172 | 0.52 | 0.55 | 0 | 0.33 | 242.55 | 0.38 | 0.49 |
| Hex | 52 | 4E | AC | 34 | 37 | 0 | 21 | F3 | 26 | 31 |
| Octal | 122 | 116 | 254 | 64 | 67 | 0 | 41 | 363 | 46 | 61 |
| Binary | 1010010 | 1001110 | 10101100 | 110100 | 110111 | 0 | 100001 | 11110011 | 100110 | 110001 |
Color Harmonies of #524EAC
Complementary color
Monochromatic Colors of #524EAC
Black with #524EAC
Text Example
Text Example
White with #524EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524EAC; }
p { color: rgb(82,78,172); }
H1.HeaderClassName
{
color: #524EAC;
}
.AnyTagClassName
{
color: #524EAC;
}
</style>
background-color css
<style>
a { background-color: #524EAC; }
a { background-color: rgb(82,78,172); }
div.DivClassName
{
background-color: #524EAC;
}
.BgClassName
{
background-color: #524EAC;
}
</style>
border-color css
<style>
span { border-color: #524EAC; }
span { border-color: rgb(82,78,172); }
td.TdClassName
{
border-color: #524EAC;
}
.TagClassName
{
border-color: #524EAC;
}
</style>