Shades of Royal Blue #5379DB
Tints of Royal Blue #5379DB
RGB
CMYK
RGB Variations
Color information
#5379DB (or 0x5379DB) is known color: Royal Blue. HEX triplet: 53, 79 and DB. RGB value is (83,121,219). Sum of RGB (Red+Green+Blue) = 83+121+219=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #5379DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379DB is #AC8624. Grayscale: #787878. Windows color (decimal): -11306533 or 14383443. OLE color: 14383443.
HSL color Cylindrical-coordinate representation of color #5379DB: hue angle of 223.24º 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 #5379DB is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 121 | 219 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.14 |
| HSL | 223.24º | 0.65% | 0.59% | - |
| HSV(B) | 223.24º | 0.62% | 0.86% | - |
| XYZ | 23.19 | 20.63 | 69.78 | - |
| YUV | 120.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 219 | 0.62 | 0.45 | 0 | 0.14 | 223.24 | 0.65 | 0.59 |
| Hex | 53 | 79 | DB | 3E | 2D | 0 | E | DF | 41 | 3B |
| Octal | 123 | 171 | 333 | 76 | 55 | 0 | 16 | 337 | 101 | 73 |
| Binary | 1010011 | 1111001 | 11011011 | 111110 | 101101 | 0 | 1110 | 11011111 | 1000001 | 111011 |
Color Harmonies of #5379DB
Complementary color
Monochromatic Colors of #5379DB
Black with #5379DB
Text Example
Text Example
White with #5379DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379DB; }
p { color: rgb(83,121,219); }
H1.HeaderClassName
{
color: #5379DB;
}
.AnyTagClassName
{
color: #5379DB;
}
</style>
background-color css
<style>
a { background-color: #5379DB; }
a { background-color: rgb(83,121,219); }
div.DivClassName
{
background-color: #5379DB;
}
.BgClassName
{
background-color: #5379DB;
}
</style>
border-color css
<style>
span { border-color: #5379DB; }
span { border-color: rgb(83,121,219); }
td.TdClassName
{
border-color: #5379DB;
}
.TagClassName
{
border-color: #5379DB;
}
</style>