Shades of Royal Blue #526ACE
Tints of Royal Blue #526ACE
RGB
CMYK
RGB Variations
Color information
#526ACE (or 0x526ACE) is known color: Royal Blue. HEX triplet: 52, 6A and CE. RGB value is (82,106,206). Sum of RGB (Red+Green+Blue) = 82+106+206=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #526ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ACE is #AD9531. Grayscale: #6D6D6D. Windows color (decimal): -11375922 or 13527634. OLE color: 13527634.
HSL color Cylindrical-coordinate representation of color #526ACE: hue angle of 228.39º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ACE is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 106 | 206 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.19 |
| HSL | 228.39º | 0.56% | 0.56% | - |
| HSV(B) | 228.39º | 0.6% | 0.81% | - |
| XYZ | 19.77 | 16.56 | 60.55 | - |
| YUV | 110.22 | 182.05 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 206 | 0.60 | 0.49 | 0 | 0.19 | 228.39 | 0.56 | 0.56 |
| Hex | 52 | 6A | CE | 3C | 31 | 0 | 13 | E4 | 38 | 38 |
| Octal | 122 | 152 | 316 | 74 | 61 | 0 | 23 | 344 | 70 | 70 |
| Binary | 1010010 | 1101010 | 11001110 | 111100 | 110001 | 0 | 10011 | 11100100 | 111000 | 111000 |
Color Harmonies of #526ACE
Complementary color
Monochromatic Colors of #526ACE
Black with #526ACE
Text Example
Text Example
White with #526ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ACE; }
p { color: rgb(82,106,206); }
H1.HeaderClassName
{
color: #526ACE;
}
.AnyTagClassName
{
color: #526ACE;
}
</style>
background-color css
<style>
a { background-color: #526ACE; }
a { background-color: rgb(82,106,206); }
div.DivClassName
{
background-color: #526ACE;
}
.BgClassName
{
background-color: #526ACE;
}
</style>
border-color css
<style>
span { border-color: #526ACE; }
span { border-color: rgb(82,106,206); }
td.TdClassName
{
border-color: #526ACE;
}
.TagClassName
{
border-color: #526ACE;
}
</style>