Shades of Rich Blue #5250A9
Tints of Rich Blue #5250A9
RGB
CMYK
RGB Variations
Color information
#5250A9 (or 0x5250A9) is known color: Rich Blue. HEX triplet: 52, 50 and A9. RGB value is (82,80,169). Sum of RGB (Red+Green+Blue) = 82+80+169=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #5250A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5250A9 is #ADAF56. Grayscale: #5A5A5A. Windows color (decimal): -11382615 or 11096146. OLE color: 11096146.
HSL color Cylindrical-coordinate representation of color #5250A9: hue angle of 241.35º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5250A9 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 80 | 169 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.34 |
| HSL | 241.35º | 0.36% | 0.49% | - |
| HSV(B) | 241.35º | 0.53% | 0.66% | - |
| XYZ | 13.51 | 10.4 | 38.83 | - |
| YUV | 90.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 169 | 0.51 | 0.53 | 0 | 0.34 | 241.35 | 0.36 | 0.49 |
| Hex | 52 | 50 | A9 | 33 | 35 | 0 | 22 | F1 | 24 | 31 |
| Octal | 122 | 120 | 251 | 63 | 65 | 0 | 42 | 361 | 44 | 61 |
| Binary | 1010010 | 1010000 | 10101001 | 110011 | 110101 | 0 | 100010 | 11110001 | 100100 | 110001 |
Color Harmonies of #5250A9
Complementary color
Monochromatic Colors of #5250A9
Black with #5250A9
Text Example
Text Example
White with #5250A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250A9; }
p { color: rgb(82,80,169); }
H1.HeaderClassName
{
color: #5250A9;
}
.AnyTagClassName
{
color: #5250A9;
}
</style>
background-color css
<style>
a { background-color: #5250A9; }
a { background-color: rgb(82,80,169); }
div.DivClassName
{
background-color: #5250A9;
}
.BgClassName
{
background-color: #5250A9;
}
</style>
border-color css
<style>
span { border-color: #5250A9; }
span { border-color: rgb(82,80,169); }
td.TdClassName
{
border-color: #5250A9;
}
.TagClassName
{
border-color: #5250A9;
}
</style>