Shades of Royal Blue #5362DB
Tints of Royal Blue #5362DB
RGB
CMYK
RGB Variations
Color information
#5362DB (or 0x5362DB) is known color: Royal Blue. HEX triplet: 53, 62 and DB. RGB value is (83,98,219). Sum of RGB (Red+Green+Blue) = 83+98+219=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #5362DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5362DB is #AC9D24. Grayscale: #6A6A6A. Windows color (decimal): -11312421 or 14377555. OLE color: 14377555.
HSL color Cylindrical-coordinate representation of color #5362DB: hue angle of 233.38º 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 #5362DB is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 98 | 219 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.14 |
| HSL | 233.38º | 0.65% | 0.59% | - |
| HSV(B) | 233.38º | 0.62% | 0.86% | - |
| XYZ | 20.72 | 15.69 | 68.95 | - |
| YUV | 107.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 219 | 0.62 | 0.55 | 0 | 0.14 | 233.38 | 0.65 | 0.59 |
| Hex | 53 | 62 | DB | 3E | 37 | 0 | E | E9 | 41 | 3B |
| Octal | 123 | 142 | 333 | 76 | 67 | 0 | 16 | 351 | 101 | 73 |
| Binary | 1010011 | 1100010 | 11011011 | 111110 | 110111 | 0 | 1110 | 11101001 | 1000001 | 111011 |
Color Harmonies of #5362DB
Complementary color
Monochromatic Colors of #5362DB
Black with #5362DB
Text Example
Text Example
White with #5362DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5362DB; }
p { color: rgb(83,98,219); }
H1.HeaderClassName
{
color: #5362DB;
}
.AnyTagClassName
{
color: #5362DB;
}
</style>
background-color css
<style>
a { background-color: #5362DB; }
a { background-color: rgb(83,98,219); }
div.DivClassName
{
background-color: #5362DB;
}
.BgClassName
{
background-color: #5362DB;
}
</style>
border-color css
<style>
span { border-color: #5362DB; }
span { border-color: rgb(83,98,219); }
td.TdClassName
{
border-color: #5362DB;
}
.TagClassName
{
border-color: #5362DB;
}
</style>