Shades of Royal Blue #535FEC
Tints of Royal Blue #535FEC
RGB
CMYK
RGB Variations
Color information
#535FEC (or 0x535FEC) is known color: Royal Blue. HEX triplet: 53, 5F and EC. RGB value is (83,95,236). Sum of RGB (Red+Green+Blue) = 83+95+236=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #535FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535FEC is #ACA013. Grayscale: #6A6A6A. Windows color (decimal): -11313172 or 15490899. OLE color: 15490899.
HSL color Cylindrical-coordinate representation of color #535FEC: hue angle of 235.29º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535FEC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 95 | 236 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.07 |
| HSL | 235.29º | 0.8% | 0.63% | - |
| HSV(B) | 235.29º | 0.65% | 0.93% | - |
| XYZ | 22.8 | 16.08 | 81.26 | - |
| YUV | 107.49 | 200.52 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 236 | 0.65 | 0.60 | 0 | 0.07 | 235.29 | 0.8 | 0.63 |
| Hex | 53 | 5F | EC | 41 | 3C | 0 | 7 | EB | 50 | 3F |
| Octal | 123 | 137 | 354 | 101 | 74 | 0 | 7 | 353 | 120 | 77 |
| Binary | 1010011 | 1011111 | 11101100 | 1000001 | 111100 | 0 | 111 | 11101011 | 1010000 | 111111 |
Color Harmonies of #535FEC
Complementary color
Monochromatic Colors of #535FEC
Black with #535FEC
Text Example
Text Example
White with #535FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FEC; }
p { color: rgb(83,95,236); }
H1.HeaderClassName
{
color: #535FEC;
}
.AnyTagClassName
{
color: #535FEC;
}
</style>
background-color css
<style>
a { background-color: #535FEC; }
a { background-color: rgb(83,95,236); }
div.DivClassName
{
background-color: #535FEC;
}
.BgClassName
{
background-color: #535FEC;
}
</style>
border-color css
<style>
span { border-color: #535FEC; }
span { border-color: rgb(83,95,236); }
td.TdClassName
{
border-color: #535FEC;
}
.TagClassName
{
border-color: #535FEC;
}
</style>