Shades of Rich Blue #5240B5
Tints of Rich Blue #5240B5
RGB
CMYK
RGB Variations
Color information
#5240B5 (or 0x5240B5) is known color: Rich Blue. HEX triplet: 52, 40 and B5. RGB value is (82,64,181). Sum of RGB (Red+Green+Blue) = 82+64+181=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #5240B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5240B5 is #ADBF4A. Grayscale: #525252. Windows color (decimal): -11386699 or 11878482. OLE color: 11878482.
HSL color Cylindrical-coordinate representation of color #5240B5: hue angle of 249.23º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5240B5 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 64 | 181 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.29 |
| HSL | 249.23º | 0.48% | 0.48% | - |
| HSV(B) | 249.23º | 0.65% | 0.71% | - |
| XYZ | 13.65 | 8.8 | 44.69 | - |
| YUV | 82.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 181 | 0.55 | 0.65 | 0 | 0.29 | 249.23 | 0.48 | 0.48 |
| Hex | 52 | 40 | B5 | 37 | 41 | 0 | 1D | F9 | 30 | 30 |
| Octal | 122 | 100 | 265 | 67 | 101 | 0 | 35 | 371 | 60 | 60 |
| Binary | 1010010 | 1000000 | 10110101 | 110111 | 1000001 | 0 | 11101 | 11111001 | 110000 | 110000 |
Color Harmonies of #5240B5
Complementary color
Monochromatic Colors of #5240B5
Black with #5240B5
Text Example
Text Example
White with #5240B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5240B5; }
p { color: rgb(82,64,181); }
H1.HeaderClassName
{
color: #5240B5;
}
.AnyTagClassName
{
color: #5240B5;
}
</style>
background-color css
<style>
a { background-color: #5240B5; }
a { background-color: rgb(82,64,181); }
div.DivClassName
{
background-color: #5240B5;
}
.BgClassName
{
background-color: #5240B5;
}
</style>
border-color css
<style>
span { border-color: #5240B5; }
span { border-color: rgb(82,64,181); }
td.TdClassName
{
border-color: #5240B5;
}
.TagClassName
{
border-color: #5240B5;
}
</style>