Shades of Royal Blue #5365DC
Tints of Royal Blue #5365DC
RGB
CMYK
RGB Variations
Color information
#5365DC (or 0x5365DC) is known color: Royal Blue. HEX triplet: 53, 65 and DC. RGB value is (83,101,220). Sum of RGB (Red+Green+Blue) = 83+101+220=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #5365DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365DC is #AC9A23. Grayscale: #6C6C6C. Windows color (decimal): -11311652 or 14443859. OLE color: 14443859.
HSL color Cylindrical-coordinate representation of color #5365DC: hue angle of 232.12º degrees, saturation: 0.66, 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 #5365DC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 101 | 220 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.14 |
| HSL | 232.12º | 0.66% | 0.59% | - |
| HSV(B) | 232.12º | 0.62% | 0.86% | - |
| XYZ | 21.14 | 16.31 | 69.74 | - |
| YUV | 109.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 220 | 0.62 | 0.54 | 0 | 0.14 | 232.12 | 0.66 | 0.59 |
| Hex | 53 | 65 | DC | 3E | 36 | 0 | E | E8 | 42 | 3B |
| Octal | 123 | 145 | 334 | 76 | 66 | 0 | 16 | 350 | 102 | 73 |
| Binary | 1010011 | 1100101 | 11011100 | 111110 | 110110 | 0 | 1110 | 11101000 | 1000010 | 111011 |
Color Harmonies of #5365DC
Complementary color
Monochromatic Colors of #5365DC
Black with #5365DC
Text Example
Text Example
White with #5365DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365DC; }
p { color: rgb(83,101,220); }
H1.HeaderClassName
{
color: #5365DC;
}
.AnyTagClassName
{
color: #5365DC;
}
</style>
background-color css
<style>
a { background-color: #5365DC; }
a { background-color: rgb(83,101,220); }
div.DivClassName
{
background-color: #5365DC;
}
.BgClassName
{
background-color: #5365DC;
}
</style>
border-color css
<style>
span { border-color: #5365DC; }
span { border-color: rgb(83,101,220); }
td.TdClassName
{
border-color: #5365DC;
}
.TagClassName
{
border-color: #5365DC;
}
</style>