Shades of Rich Blue #524AC0
Tints of Rich Blue #524AC0
RGB
CMYK
RGB Variations
Color information
#524AC0 (or 0x524AC0) is known color: Rich Blue. HEX triplet: 52, 4A and C0. RGB value is (82,74,192). Sum of RGB (Red+Green+Blue) = 82+74+192=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #524AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AC0 is #ADB53F. Grayscale: #595959. Windows color (decimal): -11384128 or 12601938. OLE color: 12601938.
HSL color Cylindrical-coordinate representation of color #524AC0: hue angle of 244.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524AC0 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 74 | 192 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.25 |
| HSL | 244.07º | 0.48% | 0.52% | - |
| HSV(B) | 244.07º | 0.61% | 0.75% | - |
| XYZ | 15.44 | 10.5 | 51.08 | - |
| YUV | 89.84 | 185.65 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 192 | 0.57 | 0.61 | 0 | 0.25 | 244.07 | 0.48 | 0.52 |
| Hex | 52 | 4A | C0 | 39 | 3D | 0 | 19 | F4 | 30 | 34 |
| Octal | 122 | 112 | 300 | 71 | 75 | 0 | 31 | 364 | 60 | 64 |
| Binary | 1010010 | 1001010 | 11000000 | 111001 | 111101 | 0 | 11001 | 11110100 | 110000 | 110100 |
Color Harmonies of #524AC0
Complementary color
Monochromatic Colors of #524AC0
Black with #524AC0
Text Example
Text Example
White with #524AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AC0; }
p { color: rgb(82,74,192); }
H1.HeaderClassName
{
color: #524AC0;
}
.AnyTagClassName
{
color: #524AC0;
}
</style>
background-color css
<style>
a { background-color: #524AC0; }
a { background-color: rgb(82,74,192); }
div.DivClassName
{
background-color: #524AC0;
}
.BgClassName
{
background-color: #524AC0;
}
</style>
border-color css
<style>
span { border-color: #524AC0; }
span { border-color: rgb(82,74,192); }
td.TdClassName
{
border-color: #524AC0;
}
.TagClassName
{
border-color: #524AC0;
}
</style>