Shades of Royal Blue #535DDB
Tints of Royal Blue #535DDB
RGB
CMYK
RGB Variations
Color information
#535DDB (or 0x535DDB) is known color: Royal Blue. HEX triplet: 53, 5D and DB. RGB value is (83,93,219). Sum of RGB (Red+Green+Blue) = 83+93+219=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #535DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DDB is #ACA224. Grayscale: #676767. Windows color (decimal): -11313701 or 14376275. OLE color: 14376275.
HSL color Cylindrical-coordinate representation of color #535DDB: hue angle of 235.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535DDB is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 93 | 219 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.14 |
| HSL | 235.59º | 0.65% | 0.59% | - |
| HSV(B) | 235.59º | 0.62% | 0.86% | - |
| XYZ | 20.27 | 14.78 | 68.8 | - |
| YUV | 104.37 | 192.69 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 219 | 0.62 | 0.58 | 0 | 0.14 | 235.59 | 0.65 | 0.59 |
| Hex | 53 | 5D | DB | 3E | 3A | 0 | E | EC | 41 | 3B |
| Octal | 123 | 135 | 333 | 76 | 72 | 0 | 16 | 354 | 101 | 73 |
| Binary | 1010011 | 1011101 | 11011011 | 111110 | 111010 | 0 | 1110 | 11101100 | 1000001 | 111011 |
Color Harmonies of #535DDB
Complementary color
Monochromatic Colors of #535DDB
Black with #535DDB
Text Example
Text Example
White with #535DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DDB; }
p { color: rgb(83,93,219); }
H1.HeaderClassName
{
color: #535DDB;
}
.AnyTagClassName
{
color: #535DDB;
}
</style>
background-color css
<style>
a { background-color: #535DDB; }
a { background-color: rgb(83,93,219); }
div.DivClassName
{
background-color: #535DDB;
}
.BgClassName
{
background-color: #535DDB;
}
</style>
border-color css
<style>
span { border-color: #535DDB; }
span { border-color: rgb(83,93,219); }
td.TdClassName
{
border-color: #535DDB;
}
.TagClassName
{
border-color: #535DDB;
}
</style>