Shades of Royal Blue #526ED6
Tints of Royal Blue #526ED6
RGB
CMYK
RGB Variations
Color information
#526ED6 (or 0x526ED6) is known color: Royal Blue. HEX triplet: 52, 6E and D6. RGB value is (82,110,214). Sum of RGB (Red+Green+Blue) = 82+110+214=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #526ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ED6 is #AD9129. Grayscale: #717171. Windows color (decimal): -11374890 or 14052946. OLE color: 14052946.
HSL color Cylindrical-coordinate representation of color #526ED6: hue angle of 227.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526ED6 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 110 | 214 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.16 |
| HSL | 227.27º | 0.62% | 0.58% | - |
| HSV(B) | 227.27º | 0.62% | 0.84% | - |
| XYZ | 21.19 | 17.8 | 65.94 | - |
| YUV | 113.48 | 184.72 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 214 | 0.62 | 0.49 | 0 | 0.16 | 227.27 | 0.62 | 0.58 |
| Hex | 52 | 6E | D6 | 3E | 31 | 0 | 10 | E3 | 3E | 3A |
| Octal | 122 | 156 | 326 | 76 | 61 | 0 | 20 | 343 | 76 | 72 |
| Binary | 1010010 | 1101110 | 11010110 | 111110 | 110001 | 0 | 10000 | 11100011 | 111110 | 111010 |
Color Harmonies of #526ED6
Complementary color
Monochromatic Colors of #526ED6
Black with #526ED6
Text Example
Text Example
White with #526ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ED6; }
p { color: rgb(82,110,214); }
H1.HeaderClassName
{
color: #526ED6;
}
.AnyTagClassName
{
color: #526ED6;
}
</style>
background-color css
<style>
a { background-color: #526ED6; }
a { background-color: rgb(82,110,214); }
div.DivClassName
{
background-color: #526ED6;
}
.BgClassName
{
background-color: #526ED6;
}
</style>
border-color css
<style>
span { border-color: #526ED6; }
span { border-color: rgb(82,110,214); }
td.TdClassName
{
border-color: #526ED6;
}
.TagClassName
{
border-color: #526ED6;
}
</style>