Shades of Rich Blue #5246BF
Tints of Rich Blue #5246BF
RGB
CMYK
RGB Variations
Color information
#5246BF (or 0x5246BF) is known color: Rich Blue. HEX triplet: 52, 46 and BF. RGB value is (82,70,191). Sum of RGB (Red+Green+Blue) = 82+70+191=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #5246BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5246BF is #ADB940. Grayscale: #565656. Windows color (decimal): -11385153 or 12535378. OLE color: 12535378.
HSL color Cylindrical-coordinate representation of color #5246BF: hue angle of 245.95º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5246BF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 70 | 191 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.25 |
| HSL | 245.95º | 0.49% | 0.51% | - |
| HSV(B) | 245.95º | 0.63% | 0.75% | - |
| XYZ | 15.07 | 9.94 | 50.41 | - |
| YUV | 87.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 191 | 0.57 | 0.63 | 0 | 0.25 | 245.95 | 0.49 | 0.51 |
| Hex | 52 | 46 | BF | 39 | 3F | 0 | 19 | F6 | 31 | 33 |
| Octal | 122 | 106 | 277 | 71 | 77 | 0 | 31 | 366 | 61 | 63 |
| Binary | 1010010 | 1000110 | 10111111 | 111001 | 111111 | 0 | 11001 | 11110110 | 110001 | 110011 |
Color Harmonies of #5246BF
Complementary color
Monochromatic Colors of #5246BF
Black with #5246BF
Text Example
Text Example
White with #5246BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5246BF; }
p { color: rgb(82,70,191); }
H1.HeaderClassName
{
color: #5246BF;
}
.AnyTagClassName
{
color: #5246BF;
}
</style>
background-color css
<style>
a { background-color: #5246BF; }
a { background-color: rgb(82,70,191); }
div.DivClassName
{
background-color: #5246BF;
}
.BgClassName
{
background-color: #5246BF;
}
</style>
border-color css
<style>
span { border-color: #5246BF; }
span { border-color: rgb(82,70,191); }
td.TdClassName
{
border-color: #5246BF;
}
.TagClassName
{
border-color: #5246BF;
}
</style>