Shades of Royal Blue #526AE5
Tints of Royal Blue #526AE5
RGB
CMYK
RGB Variations
Color information
#526AE5 (or 0x526AE5) is known color: Royal Blue. HEX triplet: 52, 6A and E5. RGB value is (82,106,229). Sum of RGB (Red+Green+Blue) = 82+106+229=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #526AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526AE5 is #AD951A. Grayscale: #707070. Windows color (decimal): -11375899 or 15034962. OLE color: 15034962.
HSL color Cylindrical-coordinate representation of color #526AE5: hue angle of 230.2º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #526AE5 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 106 | 229 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.10 |
| HSL | 230.2º | 0.74% | 0.61% | - |
| HSV(B) | 230.2º | 0.64% | 0.9% | - |
| XYZ | 22.78 | 17.76 | 76.36 | - |
| YUV | 112.85 | 193.55 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 229 | 0.64 | 0.54 | 0 | 0.10 | 230.2 | 0.74 | 0.61 |
| Hex | 52 | 6A | E5 | 40 | 36 | 0 | A | E6 | 4A | 3D |
| Octal | 122 | 152 | 345 | 100 | 66 | 0 | 12 | 346 | 112 | 75 |
| Binary | 1010010 | 1101010 | 11100101 | 1000000 | 110110 | 0 | 1010 | 11100110 | 1001010 | 111101 |
Color Harmonies of #526AE5
Complementary color
Monochromatic Colors of #526AE5
Black with #526AE5
Text Example
Text Example
White with #526AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AE5; }
p { color: rgb(82,106,229); }
H1.HeaderClassName
{
color: #526AE5;
}
.AnyTagClassName
{
color: #526AE5;
}
</style>
background-color css
<style>
a { background-color: #526AE5; }
a { background-color: rgb(82,106,229); }
div.DivClassName
{
background-color: #526AE5;
}
.BgClassName
{
background-color: #526AE5;
}
</style>
border-color css
<style>
span { border-color: #526AE5; }
span { border-color: rgb(82,106,229); }
td.TdClassName
{
border-color: #526AE5;
}
.TagClassName
{
border-color: #526AE5;
}
</style>