Shades of Royal Blue #535EE0
Tints of Royal Blue #535EE0
RGB
CMYK
RGB Variations
Color information
#535EE0 (or 0x535EE0) is known color: Royal Blue. HEX triplet: 53, 5E and E0. RGB value is (83,94,224). Sum of RGB (Red+Green+Blue) = 83+94+224=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #535EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EE0 is #ACA11F. Grayscale: #686868. Windows color (decimal): -11313440 or 14704211. OLE color: 14704211.
HSL color Cylindrical-coordinate representation of color #535EE0: hue angle of 235.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535EE0 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 94 | 224 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.12 |
| HSL | 235.32º | 0.69% | 0.6% | - |
| HSV(B) | 235.32º | 0.63% | 0.88% | - |
| XYZ | 21.02 | 15.23 | 72.35 | - |
| YUV | 105.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 224 | 0.63 | 0.58 | 0 | 0.12 | 235.32 | 0.69 | 0.6 |
| Hex | 53 | 5E | E0 | 3F | 3A | 0 | C | EB | 45 | 3C |
| Octal | 123 | 136 | 340 | 77 | 72 | 0 | 14 | 353 | 105 | 74 |
| Binary | 1010011 | 1011110 | 11100000 | 111111 | 111010 | 0 | 1100 | 11101011 | 1000101 | 111100 |
Color Harmonies of #535EE0
Complementary color
Monochromatic Colors of #535EE0
Black with #535EE0
Text Example
Text Example
White with #535EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535EE0; }
p { color: rgb(83,94,224); }
H1.HeaderClassName
{
color: #535EE0;
}
.AnyTagClassName
{
color: #535EE0;
}
</style>
background-color css
<style>
a { background-color: #535EE0; }
a { background-color: rgb(83,94,224); }
div.DivClassName
{
background-color: #535EE0;
}
.BgClassName
{
background-color: #535EE0;
}
</style>
border-color css
<style>
span { border-color: #535EE0; }
span { border-color: rgb(83,94,224); }
td.TdClassName
{
border-color: #535EE0;
}
.TagClassName
{
border-color: #535EE0;
}
</style>