Shades of Royal Blue #535DDD
Tints of Royal Blue #535DDD
RGB
CMYK
RGB Variations
Color information
#535DDD (or 0x535DDD) is known color: Royal Blue. HEX triplet: 53, 5D and DD. RGB value is (83,93,221). Sum of RGB (Red+Green+Blue) = 83+93+221=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #535DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DDD is #ACA222. Grayscale: #686868. Windows color (decimal): -11313699 or 14507347. OLE color: 14507347.
HSL color Cylindrical-coordinate representation of color #535DDD: hue angle of 235.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535DDD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 93 | 221 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 235.65º | 0.67% | 0.6% | - |
| HSV(B) | 235.65º | 0.62% | 0.87% | - |
| XYZ | 20.53 | 14.89 | 70.2 | - |
| YUV | 104.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 221 | 0.62 | 0.58 | 0 | 0.13 | 235.65 | 0.67 | 0.6 |
| Hex | 53 | 5D | DD | 3E | 3A | 0 | D | EC | 43 | 3C |
| Octal | 123 | 135 | 335 | 76 | 72 | 0 | 15 | 354 | 103 | 74 |
| Binary | 1010011 | 1011101 | 11011101 | 111110 | 111010 | 0 | 1101 | 11101100 | 1000011 | 111100 |
Color Harmonies of #535DDD
Complementary color
Monochromatic Colors of #535DDD
Black with #535DDD
Text Example
Text Example
White with #535DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DDD; }
p { color: rgb(83,93,221); }
H1.HeaderClassName
{
color: #535DDD;
}
.AnyTagClassName
{
color: #535DDD;
}
</style>
background-color css
<style>
a { background-color: #535DDD; }
a { background-color: rgb(83,93,221); }
div.DivClassName
{
background-color: #535DDD;
}
.BgClassName
{
background-color: #535DDD;
}
</style>
border-color css
<style>
span { border-color: #535DDD; }
span { border-color: rgb(83,93,221); }
td.TdClassName
{
border-color: #535DDD;
}
.TagClassName
{
border-color: #535DDD;
}
</style>