Shades of Royal Blue #525BDE
Tints of Royal Blue #525BDE
RGB
CMYK
RGB Variations
Color information
#525BDE (or 0x525BDE) is known color: Royal Blue. HEX triplet: 52, 5B and DE. RGB value is (82,91,222). Sum of RGB (Red+Green+Blue) = 82+91+222=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #525BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BDE is #ADA421. Grayscale: #666666. Windows color (decimal): -11379746 or 14572370. OLE color: 14572370.
HSL color Cylindrical-coordinate representation of color #525BDE: hue angle of 236.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525BDE is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 91 | 222 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.13 |
| HSL | 236.14º | 0.68% | 0.6% | - |
| HSV(B) | 236.14º | 0.63% | 0.87% | - |
| XYZ | 20.41 | 14.55 | 70.84 | - |
| YUV | 103.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 222 | 0.63 | 0.59 | 0 | 0.13 | 236.14 | 0.68 | 0.6 |
| Hex | 52 | 5B | DE | 3F | 3B | 0 | D | EC | 44 | 3C |
| Octal | 122 | 133 | 336 | 77 | 73 | 0 | 15 | 354 | 104 | 74 |
| Binary | 1010010 | 1011011 | 11011110 | 111111 | 111011 | 0 | 1101 | 11101100 | 1000100 | 111100 |
Color Harmonies of #525BDE
Complementary color
Monochromatic Colors of #525BDE
Black with #525BDE
Text Example
Text Example
White with #525BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BDE; }
p { color: rgb(82,91,222); }
H1.HeaderClassName
{
color: #525BDE;
}
.AnyTagClassName
{
color: #525BDE;
}
</style>
background-color css
<style>
a { background-color: #525BDE; }
a { background-color: rgb(82,91,222); }
div.DivClassName
{
background-color: #525BDE;
}
.BgClassName
{
background-color: #525BDE;
}
</style>
border-color css
<style>
span { border-color: #525BDE; }
span { border-color: rgb(82,91,222); }
td.TdClassName
{
border-color: #525BDE;
}
.TagClassName
{
border-color: #525BDE;
}
</style>