Shades of Rich Blue #524AB4
Tints of Rich Blue #524AB4
RGB
CMYK
RGB Variations
Color information
#524AB4 (or 0x524AB4) is known color: Rich Blue. HEX triplet: 52, 4A and B4. RGB value is (82,74,180). Sum of RGB (Red+Green+Blue) = 82+74+180=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #524AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AB4 is #ADB54B. Grayscale: #585858. Windows color (decimal): -11384140 or 11815506. OLE color: 11815506.
HSL color Cylindrical-coordinate representation of color #524AB4: hue angle of 244.53º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524AB4 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 74 | 180 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.29 |
| HSL | 244.53º | 0.42% | 0.5% | - |
| HSV(B) | 244.53º | 0.59% | 0.71% | - |
| XYZ | 14.17 | 9.99 | 44.36 | - |
| YUV | 88.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 180 | 0.54 | 0.59 | 0 | 0.29 | 244.53 | 0.42 | 0.5 |
| Hex | 52 | 4A | B4 | 36 | 3B | 0 | 1D | F5 | 2A | 32 |
| Octal | 122 | 112 | 264 | 66 | 73 | 0 | 35 | 365 | 52 | 62 |
| Binary | 1010010 | 1001010 | 10110100 | 110110 | 111011 | 0 | 11101 | 11110101 | 101010 | 110010 |
Color Harmonies of #524AB4
Complementary color
Monochromatic Colors of #524AB4
Black with #524AB4
Text Example
Text Example
White with #524AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AB4; }
p { color: rgb(82,74,180); }
H1.HeaderClassName
{
color: #524AB4;
}
.AnyTagClassName
{
color: #524AB4;
}
</style>
background-color css
<style>
a { background-color: #524AB4; }
a { background-color: rgb(82,74,180); }
div.DivClassName
{
background-color: #524AB4;
}
.BgClassName
{
background-color: #524AB4;
}
</style>
border-color css
<style>
span { border-color: #524AB4; }
span { border-color: rgb(82,74,180); }
td.TdClassName
{
border-color: #524AB4;
}
.TagClassName
{
border-color: #524AB4;
}
</style>