Shades of Royal Blue #526CE1
Tints of Royal Blue #526CE1
RGB
CMYK
RGB Variations
Color information
#526CE1 (or 0x526CE1) is known color: Royal Blue. HEX triplet: 52, 6C and E1. RGB value is (82,108,225). Sum of RGB (Red+Green+Blue) = 82+108+225=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #526CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CE1 is #AD931E. Grayscale: #717171. Windows color (decimal): -11375391 or 14773330. OLE color: 14773330.
HSL color Cylindrical-coordinate representation of color #526CE1: hue angle of 229.09º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #526CE1 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 108 | 225 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.12 |
| HSL | 229.09º | 0.7% | 0.6% | - |
| HSV(B) | 229.09º | 0.64% | 0.88% | - |
| XYZ | 22.43 | 17.96 | 73.52 | - |
| YUV | 113.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 225 | 0.64 | 0.52 | 0 | 0.12 | 229.09 | 0.7 | 0.6 |
| Hex | 52 | 6C | E1 | 40 | 34 | 0 | C | E5 | 46 | 3C |
| Octal | 122 | 154 | 341 | 100 | 64 | 0 | 14 | 345 | 106 | 74 |
| Binary | 1010010 | 1101100 | 11100001 | 1000000 | 110100 | 0 | 1100 | 11100101 | 1000110 | 111100 |
Color Harmonies of #526CE1
Complementary color
Monochromatic Colors of #526CE1
Black with #526CE1
Text Example
Text Example
White with #526CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CE1; }
p { color: rgb(82,108,225); }
H1.HeaderClassName
{
color: #526CE1;
}
.AnyTagClassName
{
color: #526CE1;
}
</style>
background-color css
<style>
a { background-color: #526CE1; }
a { background-color: rgb(82,108,225); }
div.DivClassName
{
background-color: #526CE1;
}
.BgClassName
{
background-color: #526CE1;
}
</style>
border-color css
<style>
span { border-color: #526CE1; }
span { border-color: rgb(82,108,225); }
td.TdClassName
{
border-color: #526CE1;
}
.TagClassName
{
border-color: #526CE1;
}
</style>