Shades of Rich Blue #5250C0
Tints of Rich Blue #5250C0
RGB
CMYK
RGB Variations
Color information
#5250C0 (or 0x5250C0) is known color: Rich Blue. HEX triplet: 52, 50 and C0. RGB value is (82,80,192). Sum of RGB (Red+Green+Blue) = 82+80+192=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #5250C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250C0 is #ADAF3F. Grayscale: #5C5C5C. Windows color (decimal): -11382592 or 12603474. OLE color: 12603474.
HSL color Cylindrical-coordinate representation of color #5250C0: hue angle of 241.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5250C0 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 80 | 192 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.25 |
| HSL | 241.07º | 0.47% | 0.53% | - |
| HSV(B) | 241.07º | 0.58% | 0.75% | - |
| XYZ | 15.86 | 11.34 | 51.22 | - |
| YUV | 93.37 | 183.66 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 192 | 0.57 | 0.58 | 0 | 0.25 | 241.07 | 0.47 | 0.53 |
| Hex | 52 | 50 | C0 | 39 | 3A | 0 | 19 | F1 | 2F | 35 |
| Octal | 122 | 120 | 300 | 71 | 72 | 0 | 31 | 361 | 57 | 65 |
| Binary | 1010010 | 1010000 | 11000000 | 111001 | 111010 | 0 | 11001 | 11110001 | 101111 | 110101 |
Color Harmonies of #5250C0
Complementary color
Monochromatic Colors of #5250C0
Black with #5250C0
Text Example
Text Example
White with #5250C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250C0; }
p { color: rgb(82,80,192); }
H1.HeaderClassName
{
color: #5250C0;
}
.AnyTagClassName
{
color: #5250C0;
}
</style>
background-color css
<style>
a { background-color: #5250C0; }
a { background-color: rgb(82,80,192); }
div.DivClassName
{
background-color: #5250C0;
}
.BgClassName
{
background-color: #5250C0;
}
</style>
border-color css
<style>
span { border-color: #5250C0; }
span { border-color: rgb(82,80,192); }
td.TdClassName
{
border-color: #5250C0;
}
.TagClassName
{
border-color: #5250C0;
}
</style>