Shades of Royal Blue #526BD1
Tints of Royal Blue #526BD1
RGB
CMYK
RGB Variations
Color information
#526BD1 (or 0x526BD1) is known color: Royal Blue. HEX triplet: 52, 6B and D1. RGB value is (82,107,209). Sum of RGB (Red+Green+Blue) = 82+107+209=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #526BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BD1 is #AD942E. Grayscale: #6E6E6E. Windows color (decimal): -11375663 or 13724498. OLE color: 13724498.
HSL color Cylindrical-coordinate representation of color #526BD1: hue angle of 228.19º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526BD1 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 107 | 209 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.18 |
| HSL | 228.19º | 0.58% | 0.57% | - |
| HSV(B) | 228.19º | 0.61% | 0.82% | - |
| XYZ | 20.25 | 16.91 | 62.52 | - |
| YUV | 111.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 209 | 0.61 | 0.49 | 0 | 0.18 | 228.19 | 0.58 | 0.57 |
| Hex | 52 | 6B | D1 | 3D | 31 | 0 | 12 | E4 | 3A | 39 |
| Octal | 122 | 153 | 321 | 75 | 61 | 0 | 22 | 344 | 72 | 71 |
| Binary | 1010010 | 1101011 | 11010001 | 111101 | 110001 | 0 | 10010 | 11100100 | 111010 | 111001 |
Color Harmonies of #526BD1
Complementary color
Monochromatic Colors of #526BD1
Black with #526BD1
Text Example
Text Example
White with #526BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BD1; }
p { color: rgb(82,107,209); }
H1.HeaderClassName
{
color: #526BD1;
}
.AnyTagClassName
{
color: #526BD1;
}
</style>
background-color css
<style>
a { background-color: #526BD1; }
a { background-color: rgb(82,107,209); }
div.DivClassName
{
background-color: #526BD1;
}
.BgClassName
{
background-color: #526BD1;
}
</style>
border-color css
<style>
span { border-color: #526BD1; }
span { border-color: rgb(82,107,209); }
td.TdClassName
{
border-color: #526BD1;
}
.TagClassName
{
border-color: #526BD1;
}
</style>