Shades of Royal Blue #526ECC
Tints of Royal Blue #526ECC
RGB
CMYK
RGB Variations
Color information
#526ECC (or 0x526ECC) is known color: Royal Blue. HEX triplet: 52, 6E and CC. RGB value is (82,110,204). Sum of RGB (Red+Green+Blue) = 82+110+204=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #526ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECC is #AD9133. Grayscale: #6F6F6F. Windows color (decimal): -11374900 or 13397586. OLE color: 13397586.
HSL color Cylindrical-coordinate representation of color #526ECC: hue angle of 226.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ECC is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 110 | 204 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.2 |
| HSL | 226.23º | 0.54% | 0.56% | - |
| HSV(B) | 226.23º | 0.6% | 0.8% | - |
| XYZ | 19.95 | 17.31 | 59.42 | - |
| YUV | 112.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 204 | 0.60 | 0.46 | 0 | 0.2 | 226.23 | 0.54 | 0.56 |
| Hex | 52 | 6E | CC | 3C | 2E | 0 | 14 | E2 | 36 | 38 |
| Octal | 122 | 156 | 314 | 74 | 56 | 0 | 24 | 342 | 66 | 70 |
| Binary | 1010010 | 1101110 | 11001100 | 111100 | 101110 | 0 | 10100 | 11100010 | 110110 | 111000 |
Color Harmonies of #526ECC
Complementary color
Monochromatic Colors of #526ECC
Black with #526ECC
Text Example
Text Example
White with #526ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ECC; }
p { color: rgb(82,110,204); }
H1.HeaderClassName
{
color: #526ECC;
}
.AnyTagClassName
{
color: #526ECC;
}
</style>
background-color css
<style>
a { background-color: #526ECC; }
a { background-color: rgb(82,110,204); }
div.DivClassName
{
background-color: #526ECC;
}
.BgClassName
{
background-color: #526ECC;
}
</style>
border-color css
<style>
span { border-color: #526ECC; }
span { border-color: rgb(82,110,204); }
td.TdClassName
{
border-color: #526ECC;
}
.TagClassName
{
border-color: #526ECC;
}
</style>