Shades of Rich Blue #524DB6
Tints of Rich Blue #524DB6
RGB
CMYK
RGB Variations
Color information
#524DB6 (or 0x524DB6) is known color: Rich Blue. HEX triplet: 52, 4D and B6. RGB value is (82,77,182). Sum of RGB (Red+Green+Blue) = 82+77+182=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #524DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DB6 is #ADB249. Grayscale: #5A5A5A. Windows color (decimal): -11383370 or 11947346. OLE color: 11947346.
HSL color Cylindrical-coordinate representation of color #524DB6: hue angle of 242.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #524DB6 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 77 | 182 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.29 |
| HSL | 242.86º | 0.42% | 0.51% | - |
| HSV(B) | 242.86º | 0.58% | 0.71% | - |
| XYZ | 14.58 | 10.48 | 45.51 | - |
| YUV | 90.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 182 | 0.55 | 0.58 | 0 | 0.29 | 242.86 | 0.42 | 0.51 |
| Hex | 52 | 4D | B6 | 37 | 3A | 0 | 1D | F3 | 2A | 33 |
| Octal | 122 | 115 | 266 | 67 | 72 | 0 | 35 | 363 | 52 | 63 |
| Binary | 1010010 | 1001101 | 10110110 | 110111 | 111010 | 0 | 11101 | 11110011 | 101010 | 110011 |
Color Harmonies of #524DB6
Complementary color
Monochromatic Colors of #524DB6
Black with #524DB6
Text Example
Text Example
White with #524DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DB6; }
p { color: rgb(82,77,182); }
H1.HeaderClassName
{
color: #524DB6;
}
.AnyTagClassName
{
color: #524DB6;
}
</style>
background-color css
<style>
a { background-color: #524DB6; }
a { background-color: rgb(82,77,182); }
div.DivClassName
{
background-color: #524DB6;
}
.BgClassName
{
background-color: #524DB6;
}
</style>
border-color css
<style>
span { border-color: #524DB6; }
span { border-color: rgb(82,77,182); }
td.TdClassName
{
border-color: #524DB6;
}
.TagClassName
{
border-color: #524DB6;
}
</style>