Shades of Royal Blue #535EE3
Tints of Royal Blue #535EE3
RGB
CMYK
RGB Variations
Color information
#535EE3 (or 0x535EE3) is known color: Royal Blue. HEX triplet: 53, 5E and E3. RGB value is (83,94,227). Sum of RGB (Red+Green+Blue) = 83+94+227=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #535EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EE3 is #ACA11C. Grayscale: #696969. Windows color (decimal): -11313437 or 14900819. OLE color: 14900819.
HSL color Cylindrical-coordinate representation of color #535EE3: hue angle of 235.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535EE3 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 94 | 227 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.11 |
| HSL | 235.42º | 0.72% | 0.61% | - |
| HSV(B) | 235.42º | 0.63% | 0.89% | - |
| XYZ | 21.44 | 15.39 | 74.51 | - |
| YUV | 105.87 | 196.36 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 227 | 0.63 | 0.59 | 0 | 0.11 | 235.42 | 0.72 | 0.61 |
| Hex | 53 | 5E | E3 | 3F | 3B | 0 | B | EB | 48 | 3D |
| Octal | 123 | 136 | 343 | 77 | 73 | 0 | 13 | 353 | 110 | 75 |
| Binary | 1010011 | 1011110 | 11100011 | 111111 | 111011 | 0 | 1011 | 11101011 | 1001000 | 111101 |
Color Harmonies of #535EE3
Complementary color
Monochromatic Colors of #535EE3
Black with #535EE3
Text Example
Text Example
White with #535EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535EE3; }
p { color: rgb(83,94,227); }
H1.HeaderClassName
{
color: #535EE3;
}
.AnyTagClassName
{
color: #535EE3;
}
</style>
background-color css
<style>
a { background-color: #535EE3; }
a { background-color: rgb(83,94,227); }
div.DivClassName
{
background-color: #535EE3;
}
.BgClassName
{
background-color: #535EE3;
}
</style>
border-color css
<style>
span { border-color: #535EE3; }
span { border-color: rgb(83,94,227); }
td.TdClassName
{
border-color: #535EE3;
}
.TagClassName
{
border-color: #535EE3;
}
</style>