Shades of Royal Blue #535CE0
Tints of Royal Blue #535CE0
RGB
CMYK
RGB Variations
Color information
#535CE0 (or 0x535CE0) is known color: Royal Blue. HEX triplet: 53, 5C and E0. RGB value is (83,92,224). Sum of RGB (Red+Green+Blue) = 83+92+224=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #535CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CE0 is #ACA31F. Grayscale: #676767. Windows color (decimal): -11313952 or 14703699. OLE color: 14703699.
HSL color Cylindrical-coordinate representation of color #535CE0: hue angle of 236.17º 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 #535CE0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 92 | 224 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.12 |
| HSL | 236.17º | 0.69% | 0.6% | - |
| HSV(B) | 236.17º | 0.63% | 0.88% | - |
| XYZ | 20.85 | 14.88 | 72.29 | - |
| YUV | 104.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 224 | 0.63 | 0.59 | 0 | 0.12 | 236.17 | 0.69 | 0.6 |
| Hex | 53 | 5C | E0 | 3F | 3B | 0 | C | EC | 45 | 3C |
| Octal | 123 | 134 | 340 | 77 | 73 | 0 | 14 | 354 | 105 | 74 |
| Binary | 1010011 | 1011100 | 11100000 | 111111 | 111011 | 0 | 1100 | 11101100 | 1000101 | 111100 |
Color Harmonies of #535CE0
Complementary color
Monochromatic Colors of #535CE0
Black with #535CE0
Text Example
Text Example
White with #535CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CE0; }
p { color: rgb(83,92,224); }
H1.HeaderClassName
{
color: #535CE0;
}
.AnyTagClassName
{
color: #535CE0;
}
</style>
background-color css
<style>
a { background-color: #535CE0; }
a { background-color: rgb(83,92,224); }
div.DivClassName
{
background-color: #535CE0;
}
.BgClassName
{
background-color: #535CE0;
}
</style>
border-color css
<style>
span { border-color: #535CE0; }
span { border-color: rgb(83,92,224); }
td.TdClassName
{
border-color: #535CE0;
}
.TagClassName
{
border-color: #535CE0;
}
</style>