Shades of Rich Blue #5241AC
Tints of Rich Blue #5241AC
RGB
CMYK
RGB Variations
Color information
#5241AC (or 0x5241AC) is known color: Rich Blue. HEX triplet: 52, 41 and AC. RGB value is (82,65,172). Sum of RGB (Red+Green+Blue) = 82+65+172=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #5241AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5241AC is #ADBE53. Grayscale: #515151. Windows color (decimal): -11386452 or 11288914. OLE color: 11288914.
HSL color Cylindrical-coordinate representation of color #5241AC: hue angle of 249.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5241AC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 65 | 172 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.33 |
| HSL | 249.53º | 0.45% | 0.46% | - |
| HSV(B) | 249.53º | 0.62% | 0.67% | - |
| XYZ | 12.82 | 8.55 | 40.01 | - |
| YUV | 82.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 172 | 0.52 | 0.62 | 0 | 0.33 | 249.53 | 0.45 | 0.46 |
| Hex | 52 | 41 | AC | 34 | 3E | 0 | 21 | FA | 2D | 2E |
| Octal | 122 | 101 | 254 | 64 | 76 | 0 | 41 | 372 | 55 | 56 |
| Binary | 1010010 | 1000001 | 10101100 | 110100 | 111110 | 0 | 100001 | 11111010 | 101101 | 101110 |
Color Harmonies of #5241AC
Complementary color
Monochromatic Colors of #5241AC
Black with #5241AC
Text Example
Text Example
White with #5241AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241AC; }
p { color: rgb(82,65,172); }
H1.HeaderClassName
{
color: #5241AC;
}
.AnyTagClassName
{
color: #5241AC;
}
</style>
background-color css
<style>
a { background-color: #5241AC; }
a { background-color: rgb(82,65,172); }
div.DivClassName
{
background-color: #5241AC;
}
.BgClassName
{
background-color: #5241AC;
}
</style>
border-color css
<style>
span { border-color: #5241AC; }
span { border-color: rgb(82,65,172); }
td.TdClassName
{
border-color: #5241AC;
}
.TagClassName
{
border-color: #5241AC;
}
</style>