Shades of Rich Blue #5241B0
Tints of Rich Blue #5241B0
RGB
CMYK
RGB Variations
Color information
#5241B0 (or 0x5241B0) is known color: Rich Blue. HEX triplet: 52, 41 and B0. RGB value is (82,65,176). Sum of RGB (Red+Green+Blue) = 82+65+176=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #5241B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5241B0 is #ADBE4F. Grayscale: #525252. Windows color (decimal): -11386448 or 11551058. OLE color: 11551058.
HSL color Cylindrical-coordinate representation of color #5241B0: hue angle of 249.19º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5241B0 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 65 | 176 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.31 |
| HSL | 249.19º | 0.46% | 0.47% | - |
| HSV(B) | 249.19º | 0.63% | 0.69% | - |
| XYZ | 13.21 | 8.71 | 42.06 | - |
| YUV | 82.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 176 | 0.53 | 0.63 | 0 | 0.31 | 249.19 | 0.46 | 0.47 |
| Hex | 52 | 41 | B0 | 35 | 3F | 0 | 1F | F9 | 2E | 2F |
| Octal | 122 | 101 | 260 | 65 | 77 | 0 | 37 | 371 | 56 | 57 |
| Binary | 1010010 | 1000001 | 10110000 | 110101 | 111111 | 0 | 11111 | 11111001 | 101110 | 101111 |
Color Harmonies of #5241B0
Complementary color
Monochromatic Colors of #5241B0
Black with #5241B0
Text Example
Text Example
White with #5241B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241B0; }
p { color: rgb(82,65,176); }
H1.HeaderClassName
{
color: #5241B0;
}
.AnyTagClassName
{
color: #5241B0;
}
</style>
background-color css
<style>
a { background-color: #5241B0; }
a { background-color: rgb(82,65,176); }
div.DivClassName
{
background-color: #5241B0;
}
.BgClassName
{
background-color: #5241B0;
}
</style>
border-color css
<style>
span { border-color: #5241B0; }
span { border-color: rgb(82,65,176); }
td.TdClassName
{
border-color: #5241B0;
}
.TagClassName
{
border-color: #5241B0;
}
</style>