Shades of Rich Blue #5246C0
Tints of Rich Blue #5246C0
RGB
CMYK
RGB Variations
Color information
#5246C0 (or 0x5246C0) is known color: Rich Blue. HEX triplet: 52, 46 and C0. RGB value is (82,70,192). Sum of RGB (Red+Green+Blue) = 82+70+192=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #5246C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5246C0 is #ADB93F. Grayscale: #575757. Windows color (decimal): -11385152 or 12600914. OLE color: 12600914.
HSL color Cylindrical-coordinate representation of color #5246C0: hue angle of 245.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5246C0 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 70 | 192 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.25 |
| HSL | 245.9º | 0.49% | 0.51% | - |
| HSV(B) | 245.9º | 0.64% | 0.75% | - |
| XYZ | 15.18 | 9.98 | 51 | - |
| YUV | 87.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 192 | 0.57 | 0.64 | 0 | 0.25 | 245.9 | 0.49 | 0.51 |
| Hex | 52 | 46 | C0 | 39 | 40 | 0 | 19 | F6 | 31 | 33 |
| Octal | 122 | 106 | 300 | 71 | 100 | 0 | 31 | 366 | 61 | 63 |
| Binary | 1010010 | 1000110 | 11000000 | 111001 | 1000000 | 0 | 11001 | 11110110 | 110001 | 110011 |
Color Harmonies of #5246C0
Complementary color
Monochromatic Colors of #5246C0
Black with #5246C0
Text Example
Text Example
White with #5246C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5246C0; }
p { color: rgb(82,70,192); }
H1.HeaderClassName
{
color: #5246C0;
}
.AnyTagClassName
{
color: #5246C0;
}
</style>
background-color css
<style>
a { background-color: #5246C0; }
a { background-color: rgb(82,70,192); }
div.DivClassName
{
background-color: #5246C0;
}
.BgClassName
{
background-color: #5246C0;
}
</style>
border-color css
<style>
span { border-color: #5246C0; }
span { border-color: rgb(82,70,192); }
td.TdClassName
{
border-color: #5246C0;
}
.TagClassName
{
border-color: #5246C0;
}
</style>