Shades of Royal Blue #535BDF
Tints of Royal Blue #535BDF
RGB
CMYK
RGB Variations
Color information
#535BDF (or 0x535BDF) is known color: Royal Blue. HEX triplet: 53, 5B and DF. RGB value is (83,91,223). Sum of RGB (Red+Green+Blue) = 83+91+223=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #535BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BDF is #ACA420. Grayscale: #676767. Windows color (decimal): -11314209 or 14637907. OLE color: 14637907.
HSL color Cylindrical-coordinate representation of color #535BDF: hue angle of 236.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535BDF is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 91 | 223 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.13 |
| HSL | 236.57º | 0.69% | 0.6% | - |
| HSV(B) | 236.57º | 0.63% | 0.87% | - |
| XYZ | 20.63 | 14.65 | 71.55 | - |
| YUV | 103.66 | 195.35 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 223 | 0.63 | 0.59 | 0 | 0.13 | 236.57 | 0.69 | 0.6 |
| Hex | 53 | 5B | DF | 3F | 3B | 0 | D | ED | 45 | 3C |
| Octal | 123 | 133 | 337 | 77 | 73 | 0 | 15 | 355 | 105 | 74 |
| Binary | 1010011 | 1011011 | 11011111 | 111111 | 111011 | 0 | 1101 | 11101101 | 1000101 | 111100 |
Color Harmonies of #535BDF
Complementary color
Monochromatic Colors of #535BDF
Black with #535BDF
Text Example
Text Example
White with #535BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BDF; }
p { color: rgb(83,91,223); }
H1.HeaderClassName
{
color: #535BDF;
}
.AnyTagClassName
{
color: #535BDF;
}
</style>
background-color css
<style>
a { background-color: #535BDF; }
a { background-color: rgb(83,91,223); }
div.DivClassName
{
background-color: #535BDF;
}
.BgClassName
{
background-color: #535BDF;
}
</style>
border-color css
<style>
span { border-color: #535BDF; }
span { border-color: rgb(83,91,223); }
td.TdClassName
{
border-color: #535BDF;
}
.TagClassName
{
border-color: #535BDF;
}
</style>