Shades of Rich Blue #5250AE
Tints of Rich Blue #5250AE
RGB
CMYK
RGB Variations
Color information
#5250AE (or 0x5250AE) is known color: Rich Blue. HEX triplet: 52, 50 and AE. RGB value is (82,80,174). Sum of RGB (Red+Green+Blue) = 82+80+174=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #5250AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5250AE is #ADAF51. Grayscale: #5A5A5A. Windows color (decimal): -11382610 or 11423826. OLE color: 11423826.
HSL color Cylindrical-coordinate representation of color #5250AE: hue angle of 241.28º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5250AE is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 80 | 174 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.32 |
| HSL | 241.28º | 0.37% | 0.5% | - |
| HSV(B) | 241.28º | 0.54% | 0.68% | - |
| XYZ | 13.99 | 10.59 | 41.35 | - |
| YUV | 91.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 174 | 0.53 | 0.54 | 0 | 0.32 | 241.28 | 0.37 | 0.5 |
| Hex | 52 | 50 | AE | 35 | 36 | 0 | 20 | F1 | 25 | 32 |
| Octal | 122 | 120 | 256 | 65 | 66 | 0 | 40 | 361 | 45 | 62 |
| Binary | 1010010 | 1010000 | 10101110 | 110101 | 110110 | 0 | 100000 | 11110001 | 100101 | 110010 |
Color Harmonies of #5250AE
Complementary color
Monochromatic Colors of #5250AE
Black with #5250AE
Text Example
Text Example
White with #5250AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250AE; }
p { color: rgb(82,80,174); }
H1.HeaderClassName
{
color: #5250AE;
}
.AnyTagClassName
{
color: #5250AE;
}
</style>
background-color css
<style>
a { background-color: #5250AE; }
a { background-color: rgb(82,80,174); }
div.DivClassName
{
background-color: #5250AE;
}
.BgClassName
{
background-color: #5250AE;
}
</style>
border-color css
<style>
span { border-color: #5250AE; }
span { border-color: rgb(82,80,174); }
td.TdClassName
{
border-color: #5250AE;
}
.TagClassName
{
border-color: #5250AE;
}
</style>