Shades of Royal Blue #5368DC
Tints of Royal Blue #5368DC
RGB
CMYK
RGB Variations
Color information
#5368DC (or 0x5368DC) is known color: Royal Blue. HEX triplet: 53, 68 and DC. RGB value is (83,104,220). Sum of RGB (Red+Green+Blue) = 83+104+220=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #5368DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368DC is #AC9723. Grayscale: #6E6E6E. Windows color (decimal): -11310884 or 14444627. OLE color: 14444627.
HSL color Cylindrical-coordinate representation of color #5368DC: hue angle of 230.8º 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 #5368DC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 104 | 220 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.14 |
| HSL | 230.8º | 0.66% | 0.59% | - |
| HSV(B) | 230.8º | 0.62% | 0.86% | - |
| XYZ | 21.44 | 16.91 | 69.84 | - |
| YUV | 110.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 220 | 0.62 | 0.53 | 0 | 0.14 | 230.8 | 0.66 | 0.59 |
| Hex | 53 | 68 | DC | 3E | 35 | 0 | E | E7 | 42 | 3B |
| Octal | 123 | 150 | 334 | 76 | 65 | 0 | 16 | 347 | 102 | 73 |
| Binary | 1010011 | 1101000 | 11011100 | 111110 | 110101 | 0 | 1110 | 11100111 | 1000010 | 111011 |
Color Harmonies of #5368DC
Complementary color
Monochromatic Colors of #5368DC
Black with #5368DC
Text Example
Text Example
White with #5368DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368DC; }
p { color: rgb(83,104,220); }
H1.HeaderClassName
{
color: #5368DC;
}
.AnyTagClassName
{
color: #5368DC;
}
</style>
background-color css
<style>
a { background-color: #5368DC; }
a { background-color: rgb(83,104,220); }
div.DivClassName
{
background-color: #5368DC;
}
.BgClassName
{
background-color: #5368DC;
}
</style>
border-color css
<style>
span { border-color: #5368DC; }
span { border-color: rgb(83,104,220); }
td.TdClassName
{
border-color: #5368DC;
}
.TagClassName
{
border-color: #5368DC;
}
</style>