Shades of Rich Blue #524DB4
Tints of Rich Blue #524DB4
RGB
CMYK
RGB Variations
Color information
#524DB4 (or 0x524DB4) is known color: Rich Blue. HEX triplet: 52, 4D and B4. RGB value is (82,77,180). Sum of RGB (Red+Green+Blue) = 82+77+180=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #524DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DB4 is #ADB24B. Grayscale: #595959. Windows color (decimal): -11383372 or 11816274. OLE color: 11816274.
HSL color Cylindrical-coordinate representation of color #524DB4: hue angle of 242.91º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524DB4 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 77 | 180 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.29 |
| HSL | 242.91º | 0.41% | 0.5% | - |
| HSV(B) | 242.91º | 0.57% | 0.71% | - |
| XYZ | 14.37 | 10.4 | 44.43 | - |
| YUV | 90.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 180 | 0.54 | 0.57 | 0 | 0.29 | 242.91 | 0.41 | 0.5 |
| Hex | 52 | 4D | B4 | 36 | 39 | 0 | 1D | F3 | 29 | 32 |
| Octal | 122 | 115 | 264 | 66 | 71 | 0 | 35 | 363 | 51 | 62 |
| Binary | 1010010 | 1001101 | 10110100 | 110110 | 111001 | 0 | 11101 | 11110011 | 101001 | 110010 |
Color Harmonies of #524DB4
Complementary color
Monochromatic Colors of #524DB4
Black with #524DB4
Text Example
Text Example
White with #524DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DB4; }
p { color: rgb(82,77,180); }
H1.HeaderClassName
{
color: #524DB4;
}
.AnyTagClassName
{
color: #524DB4;
}
</style>
background-color css
<style>
a { background-color: #524DB4; }
a { background-color: rgb(82,77,180); }
div.DivClassName
{
background-color: #524DB4;
}
.BgClassName
{
background-color: #524DB4;
}
</style>
border-color css
<style>
span { border-color: #524DB4; }
span { border-color: rgb(82,77,180); }
td.TdClassName
{
border-color: #524DB4;
}
.TagClassName
{
border-color: #524DB4;
}
</style>