Shades of Royal Blue #5367DB
Tints of Royal Blue #5367DB
RGB
CMYK
RGB Variations
Color information
#5367DB (or 0x5367DB) is known color: Royal Blue. HEX triplet: 53, 67 and DB. RGB value is (83,103,219). Sum of RGB (Red+Green+Blue) = 83+103+219=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #5367DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367DB is #AC9824. Grayscale: #6D6D6D. Windows color (decimal): -11311141 or 14378835. OLE color: 14378835.
HSL color Cylindrical-coordinate representation of color #5367DB: hue angle of 231.18º 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 #5367DB is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 103 | 219 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.14 |
| HSL | 231.18º | 0.65% | 0.59% | - |
| HSV(B) | 231.18º | 0.62% | 0.86% | - |
| XYZ | 21.2 | 16.65 | 69.11 | - |
| YUV | 110.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 219 | 0.62 | 0.53 | 0 | 0.14 | 231.18 | 0.65 | 0.59 |
| Hex | 53 | 67 | DB | 3E | 35 | 0 | E | E7 | 41 | 3B |
| Octal | 123 | 147 | 333 | 76 | 65 | 0 | 16 | 347 | 101 | 73 |
| Binary | 1010011 | 1100111 | 11011011 | 111110 | 110101 | 0 | 1110 | 11100111 | 1000001 | 111011 |
Color Harmonies of #5367DB
Complementary color
Monochromatic Colors of #5367DB
Black with #5367DB
Text Example
Text Example
White with #5367DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367DB; }
p { color: rgb(83,103,219); }
H1.HeaderClassName
{
color: #5367DB;
}
.AnyTagClassName
{
color: #5367DB;
}
</style>
background-color css
<style>
a { background-color: #5367DB; }
a { background-color: rgb(83,103,219); }
div.DivClassName
{
background-color: #5367DB;
}
.BgClassName
{
background-color: #5367DB;
}
</style>
border-color css
<style>
span { border-color: #5367DB; }
span { border-color: rgb(83,103,219); }
td.TdClassName
{
border-color: #5367DB;
}
.TagClassName
{
border-color: #5367DB;
}
</style>