Shades of Rich Blue #5241AD
Tints of Rich Blue #5241AD
RGB
CMYK
RGB Variations
Color information
#5241AD (or 0x5241AD) is known color: Rich Blue. HEX triplet: 52, 41 and AD. RGB value is (82,65,173). Sum of RGB (Red+Green+Blue) = 82+65+173=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #5241AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5241AD is #ADBE52. Grayscale: #515151. Windows color (decimal): -11386451 or 11354450. OLE color: 11354450.
HSL color Cylindrical-coordinate representation of color #5241AD: hue angle of 249.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5241AD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 65 | 173 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.32 |
| HSL | 249.44º | 0.45% | 0.47% | - |
| HSV(B) | 249.44º | 0.62% | 0.68% | - |
| XYZ | 12.91 | 8.59 | 40.51 | - |
| YUV | 82.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 173 | 0.53 | 0.62 | 0 | 0.32 | 249.44 | 0.45 | 0.47 |
| Hex | 52 | 41 | AD | 35 | 3E | 0 | 20 | F9 | 2D | 2F |
| Octal | 122 | 101 | 255 | 65 | 76 | 0 | 40 | 371 | 55 | 57 |
| Binary | 1010010 | 1000001 | 10101101 | 110101 | 111110 | 0 | 100000 | 11111001 | 101101 | 101111 |
Color Harmonies of #5241AD
Complementary color
Monochromatic Colors of #5241AD
Black with #5241AD
Text Example
Text Example
White with #5241AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241AD; }
p { color: rgb(82,65,173); }
H1.HeaderClassName
{
color: #5241AD;
}
.AnyTagClassName
{
color: #5241AD;
}
</style>
background-color css
<style>
a { background-color: #5241AD; }
a { background-color: rgb(82,65,173); }
div.DivClassName
{
background-color: #5241AD;
}
.BgClassName
{
background-color: #5241AD;
}
</style>
border-color css
<style>
span { border-color: #5241AD; }
span { border-color: rgb(82,65,173); }
td.TdClassName
{
border-color: #5241AD;
}
.TagClassName
{
border-color: #5241AD;
}
</style>