Shades of Royal Blue #535CE1
Tints of Royal Blue #535CE1
RGB
CMYK
RGB Variations
Color information
#535CE1 (or 0x535CE1) is known color: Royal Blue. HEX triplet: 53, 5C and E1. RGB value is (83,92,225). Sum of RGB (Red+Green+Blue) = 83+92+225=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #535CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CE1 is #ACA31E. Grayscale: #676767. Windows color (decimal): -11313951 or 14769235. OLE color: 14769235.
HSL color Cylindrical-coordinate representation of color #535CE1: hue angle of 236.2º degrees, saturation: 0.7, 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 #535CE1 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 92 | 225 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.12 |
| HSL | 236.2º | 0.7% | 0.6% | - |
| HSV(B) | 236.2º | 0.63% | 0.88% | - |
| XYZ | 20.99 | 14.93 | 73.01 | - |
| YUV | 104.47 | 196.02 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 225 | 0.63 | 0.59 | 0 | 0.12 | 236.2 | 0.7 | 0.6 |
| Hex | 53 | 5C | E1 | 3F | 3B | 0 | C | EC | 46 | 3C |
| Octal | 123 | 134 | 341 | 77 | 73 | 0 | 14 | 354 | 106 | 74 |
| Binary | 1010011 | 1011100 | 11100001 | 111111 | 111011 | 0 | 1100 | 11101100 | 1000110 | 111100 |
Color Harmonies of #535CE1
Complementary color
Monochromatic Colors of #535CE1
Black with #535CE1
Text Example
Text Example
White with #535CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CE1; }
p { color: rgb(83,92,225); }
H1.HeaderClassName
{
color: #535CE1;
}
.AnyTagClassName
{
color: #535CE1;
}
</style>
background-color css
<style>
a { background-color: #535CE1; }
a { background-color: rgb(83,92,225); }
div.DivClassName
{
background-color: #535CE1;
}
.BgClassName
{
background-color: #535CE1;
}
</style>
border-color css
<style>
span { border-color: #535CE1; }
span { border-color: rgb(83,92,225); }
td.TdClassName
{
border-color: #535CE1;
}
.TagClassName
{
border-color: #535CE1;
}
</style>