Shades of Rich Blue #524AB5
Tints of Rich Blue #524AB5
RGB
CMYK
RGB Variations
Color information
#524AB5 (or 0x524AB5) is known color: Rich Blue. HEX triplet: 52, 4A and B5. RGB value is (82,74,181). Sum of RGB (Red+Green+Blue) = 82+74+181=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #524AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AB5 is #ADB54A. Grayscale: #585858. Windows color (decimal): -11384139 or 11881042. OLE color: 11881042.
HSL color Cylindrical-coordinate representation of color #524AB5: hue angle of 244.49º 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 #524AB5 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 74 | 181 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.29 |
| HSL | 244.49º | 0.42% | 0.5% | - |
| HSV(B) | 244.49º | 0.59% | 0.71% | - |
| XYZ | 14.27 | 10.03 | 44.9 | - |
| YUV | 88.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 181 | 0.55 | 0.59 | 0 | 0.29 | 244.49 | 0.42 | 0.5 |
| Hex | 52 | 4A | B5 | 37 | 3B | 0 | 1D | F4 | 2A | 32 |
| Octal | 122 | 112 | 265 | 67 | 73 | 0 | 35 | 364 | 52 | 62 |
| Binary | 1010010 | 1001010 | 10110101 | 110111 | 111011 | 0 | 11101 | 11110100 | 101010 | 110010 |
Color Harmonies of #524AB5
Complementary color
Monochromatic Colors of #524AB5
Black with #524AB5
Text Example
Text Example
White with #524AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524AB5; }
p { color: rgb(82,74,181); }
H1.HeaderClassName
{
color: #524AB5;
}
.AnyTagClassName
{
color: #524AB5;
}
</style>
background-color css
<style>
a { background-color: #524AB5; }
a { background-color: rgb(82,74,181); }
div.DivClassName
{
background-color: #524AB5;
}
.BgClassName
{
background-color: #524AB5;
}
</style>
border-color css
<style>
span { border-color: #524AB5; }
span { border-color: rgb(82,74,181); }
td.TdClassName
{
border-color: #524AB5;
}
.TagClassName
{
border-color: #524AB5;
}
</style>