Shades of Royal Blue #5259E4
Tints of Royal Blue #5259E4
RGB
CMYK
RGB Variations
Color information
#5259E4 (or 0x5259E4) is known color: Royal Blue. HEX triplet: 52, 59 and E4. RGB value is (82,89,228). Sum of RGB (Red+Green+Blue) = 82+89+228=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #5259E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259E4 is #ADA61B. Grayscale: #666666. Windows color (decimal): -11380252 or 14965074. OLE color: 14965074.
HSL color Cylindrical-coordinate representation of color #5259E4: hue angle of 237.12º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5259E4 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 89 | 228 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.11 |
| HSL | 237.12º | 0.73% | 0.61% | - |
| HSV(B) | 237.12º | 0.64% | 0.89% | - |
| XYZ | 21.06 | 14.54 | 75.1 | - |
| YUV | 102.75 | 198.68 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 228 | 0.64 | 0.61 | 0 | 0.11 | 237.12 | 0.73 | 0.61 |
| Hex | 52 | 59 | E4 | 40 | 3D | 0 | B | ED | 49 | 3D |
| Octal | 122 | 131 | 344 | 100 | 75 | 0 | 13 | 355 | 111 | 75 |
| Binary | 1010010 | 1011001 | 11100100 | 1000000 | 111101 | 0 | 1011 | 11101101 | 1001001 | 111101 |
Color Harmonies of #5259E4
Complementary color
Monochromatic Colors of #5259E4
Black with #5259E4
Text Example
Text Example
White with #5259E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259E4; }
p { color: rgb(82,89,228); }
H1.HeaderClassName
{
color: #5259E4;
}
.AnyTagClassName
{
color: #5259E4;
}
</style>
background-color css
<style>
a { background-color: #5259E4; }
a { background-color: rgb(82,89,228); }
div.DivClassName
{
background-color: #5259E4;
}
.BgClassName
{
background-color: #5259E4;
}
</style>
border-color css
<style>
span { border-color: #5259E4; }
span { border-color: rgb(82,89,228); }
td.TdClassName
{
border-color: #5259E4;
}
.TagClassName
{
border-color: #5259E4;
}
</style>