Shades of Royal Blue #535ADD
Tints of Royal Blue #535ADD
RGB
CMYK
RGB Variations
Color information
#535ADD (or 0x535ADD) is known color: Royal Blue. HEX triplet: 53, 5A and DD. RGB value is (83,90,221). Sum of RGB (Red+Green+Blue) = 83+90+221=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #535ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ADD is #ACA522. Grayscale: #666666. Windows color (decimal): -11314467 or 14506579. OLE color: 14506579.
HSL color Cylindrical-coordinate representation of color #535ADD: hue angle of 236.96º 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 #535ADD is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 90 | 221 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.13 |
| HSL | 236.96º | 0.67% | 0.6% | - |
| HSV(B) | 236.96º | 0.62% | 0.87% | - |
| XYZ | 20.27 | 14.37 | 70.11 | - |
| YUV | 102.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 221 | 0.62 | 0.59 | 0 | 0.13 | 236.96 | 0.67 | 0.6 |
| Hex | 53 | 5A | DD | 3E | 3B | 0 | D | ED | 43 | 3C |
| Octal | 123 | 132 | 335 | 76 | 73 | 0 | 15 | 355 | 103 | 74 |
| Binary | 1010011 | 1011010 | 11011101 | 111110 | 111011 | 0 | 1101 | 11101101 | 1000011 | 111100 |
Color Harmonies of #535ADD
Complementary color
Monochromatic Colors of #535ADD
Black with #535ADD
Text Example
Text Example
White with #535ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535ADD; }
p { color: rgb(83,90,221); }
H1.HeaderClassName
{
color: #535ADD;
}
.AnyTagClassName
{
color: #535ADD;
}
</style>
background-color css
<style>
a { background-color: #535ADD; }
a { background-color: rgb(83,90,221); }
div.DivClassName
{
background-color: #535ADD;
}
.BgClassName
{
background-color: #535ADD;
}
</style>
border-color css
<style>
span { border-color: #535ADD; }
span { border-color: rgb(83,90,221); }
td.TdClassName
{
border-color: #535ADD;
}
.TagClassName
{
border-color: #535ADD;
}
</style>