Shades of Royal Blue #527AEC
Tints of Royal Blue #527AEC
RGB
CMYK
RGB Variations
Color information
#527AEC (or 0x527AEC) is known color: Royal Blue. HEX triplet: 52, 7A and EC. RGB value is (82,122,236). Sum of RGB (Red+Green+Blue) = 82+122+236=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #527AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AEC is #AD8513. Grayscale: #7A7A7A. Windows color (decimal): -11371796 or 15497810. OLE color: 15497810.
HSL color Cylindrical-coordinate representation of color #527AEC: hue angle of 224.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527AEC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 122 | 236 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.07 |
| HSL | 224.42º | 0.8% | 0.62% | - |
| HSV(B) | 224.42º | 0.65% | 0.93% | - |
| XYZ | 25.58 | 21.77 | 82.21 | - |
| YUV | 123.04 | 191.75 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 236 | 0.65 | 0.48 | 0 | 0.07 | 224.42 | 0.8 | 0.62 |
| Hex | 52 | 7A | EC | 41 | 30 | 0 | 7 | E0 | 50 | 3E |
| Octal | 122 | 172 | 354 | 101 | 60 | 0 | 7 | 340 | 120 | 76 |
| Binary | 1010010 | 1111010 | 11101100 | 1000001 | 110000 | 0 | 111 | 11100000 | 1010000 | 111110 |
Color Harmonies of #527AEC
Complementary color
Monochromatic Colors of #527AEC
Black with #527AEC
Text Example
Text Example
White with #527AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527AEC; }
p { color: rgb(82,122,236); }
H1.HeaderClassName
{
color: #527AEC;
}
.AnyTagClassName
{
color: #527AEC;
}
</style>
background-color css
<style>
a { background-color: #527AEC; }
a { background-color: rgb(82,122,236); }
div.DivClassName
{
background-color: #527AEC;
}
.BgClassName
{
background-color: #527AEC;
}
</style>
border-color css
<style>
span { border-color: #527AEC; }
span { border-color: rgb(82,122,236); }
td.TdClassName
{
border-color: #527AEC;
}
.TagClassName
{
border-color: #527AEC;
}
</style>