Shades of Royal Blue #5361DB
Tints of Royal Blue #5361DB
RGB
CMYK
RGB Variations
Color information
#5361DB (or 0x5361DB) is known color: Royal Blue. HEX triplet: 53, 61 and DB. RGB value is (83,97,219). Sum of RGB (Red+Green+Blue) = 83+97+219=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #5361DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361DB is #AC9E24. Grayscale: #6A6A6A. Windows color (decimal): -11312677 or 14377299. OLE color: 14377299.
HSL color Cylindrical-coordinate representation of color #5361DB: hue angle of 233.82º 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 #5361DB is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 97 | 219 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.14 |
| HSL | 233.82º | 0.65% | 0.59% | - |
| HSV(B) | 233.82º | 0.62% | 0.86% | - |
| XYZ | 20.63 | 15.5 | 68.92 | - |
| YUV | 106.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 219 | 0.62 | 0.56 | 0 | 0.14 | 233.82 | 0.65 | 0.59 |
| Hex | 53 | 61 | DB | 3E | 38 | 0 | E | EA | 41 | 3B |
| Octal | 123 | 141 | 333 | 76 | 70 | 0 | 16 | 352 | 101 | 73 |
| Binary | 1010011 | 1100001 | 11011011 | 111110 | 111000 | 0 | 1110 | 11101010 | 1000001 | 111011 |
Color Harmonies of #5361DB
Complementary color
Monochromatic Colors of #5361DB
Black with #5361DB
Text Example
Text Example
White with #5361DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5361DB; }
p { color: rgb(83,97,219); }
H1.HeaderClassName
{
color: #5361DB;
}
.AnyTagClassName
{
color: #5361DB;
}
</style>
background-color css
<style>
a { background-color: #5361DB; }
a { background-color: rgb(83,97,219); }
div.DivClassName
{
background-color: #5361DB;
}
.BgClassName
{
background-color: #5361DB;
}
</style>
border-color css
<style>
span { border-color: #5361DB; }
span { border-color: rgb(83,97,219); }
td.TdClassName
{
border-color: #5361DB;
}
.TagClassName
{
border-color: #5361DB;
}
</style>