Shades of Rich Blue #5241AB
Tints of Rich Blue #5241AB
RGB
CMYK
RGB Variations
Color information
#5241AB (or 0x5241AB) is known color: Rich Blue. HEX triplet: 52, 41 and AB. RGB value is (82,65,171). Sum of RGB (Red+Green+Blue) = 82+65+171=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #5241AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5241AB is #ADBE54. Grayscale: #515151. Windows color (decimal): -11386453 or 11223378. OLE color: 11223378.
HSL color Cylindrical-coordinate representation of color #5241AB: hue angle of 249.62º 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 #5241AB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 65 | 171 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.33 |
| HSL | 249.62º | 0.45% | 0.46% | - |
| HSV(B) | 249.62º | 0.62% | 0.67% | - |
| XYZ | 12.72 | 8.51 | 39.5 | - |
| YUV | 82.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 171 | 0.52 | 0.62 | 0 | 0.33 | 249.62 | 0.45 | 0.46 |
| Hex | 52 | 41 | AB | 34 | 3E | 0 | 21 | FA | 2D | 2E |
| Octal | 122 | 101 | 253 | 64 | 76 | 0 | 41 | 372 | 55 | 56 |
| Binary | 1010010 | 1000001 | 10101011 | 110100 | 111110 | 0 | 100001 | 11111010 | 101101 | 101110 |
Color Harmonies of #5241AB
Complementary color
Monochromatic Colors of #5241AB
Black with #5241AB
Text Example
Text Example
White with #5241AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241AB; }
p { color: rgb(82,65,171); }
H1.HeaderClassName
{
color: #5241AB;
}
.AnyTagClassName
{
color: #5241AB;
}
</style>
background-color css
<style>
a { background-color: #5241AB; }
a { background-color: rgb(82,65,171); }
div.DivClassName
{
background-color: #5241AB;
}
.BgClassName
{
background-color: #5241AB;
}
</style>
border-color css
<style>
span { border-color: #5241AB; }
span { border-color: rgb(82,65,171); }
td.TdClassName
{
border-color: #5241AB;
}
.TagClassName
{
border-color: #5241AB;
}
</style>