Shades of Royal Blue #526CDA
Tints of Royal Blue #526CDA
RGB
CMYK
RGB Variations
Color information
#526CDA (or 0x526CDA) is known color: Royal Blue. HEX triplet: 52, 6C and DA. RGB value is (82,108,218). Sum of RGB (Red+Green+Blue) = 82+108+218=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #526CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CDA is #AD9325. Grayscale: #707070. Windows color (decimal): -11375398 or 14314578. OLE color: 14314578.
HSL color Cylindrical-coordinate representation of color #526CDA: hue angle of 228.53º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526CDA is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 108 | 218 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.15 |
| HSL | 228.53º | 0.65% | 0.59% | - |
| HSV(B) | 228.53º | 0.62% | 0.85% | - |
| XYZ | 21.5 | 17.58 | 68.59 | - |
| YUV | 112.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 218 | 0.62 | 0.50 | 0 | 0.15 | 228.53 | 0.65 | 0.59 |
| Hex | 52 | 6C | DA | 3E | 32 | 0 | F | E5 | 41 | 3B |
| Octal | 122 | 154 | 332 | 76 | 62 | 0 | 17 | 345 | 101 | 73 |
| Binary | 1010010 | 1101100 | 11011010 | 111110 | 110010 | 0 | 1111 | 11100101 | 1000001 | 111011 |
Color Harmonies of #526CDA
Complementary color
Monochromatic Colors of #526CDA
Black with #526CDA
Text Example
Text Example
White with #526CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CDA; }
p { color: rgb(82,108,218); }
H1.HeaderClassName
{
color: #526CDA;
}
.AnyTagClassName
{
color: #526CDA;
}
</style>
background-color css
<style>
a { background-color: #526CDA; }
a { background-color: rgb(82,108,218); }
div.DivClassName
{
background-color: #526CDA;
}
.BgClassName
{
background-color: #526CDA;
}
</style>
border-color css
<style>
span { border-color: #526CDA; }
span { border-color: rgb(82,108,218); }
td.TdClassName
{
border-color: #526CDA;
}
.TagClassName
{
border-color: #526CDA;
}
</style>