Shades of Royal Blue #5360DC
Tints of Royal Blue #5360DC
RGB
CMYK
RGB Variations
Color information
#5360DC (or 0x5360DC) is known color: Royal Blue. HEX triplet: 53, 60 and DC. RGB value is (83,96,220). Sum of RGB (Red+Green+Blue) = 83+96+220=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #5360DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5360DC is #AC9F23. Grayscale: #696969. Windows color (decimal): -11312932 or 14442579. OLE color: 14442579.
HSL color Cylindrical-coordinate representation of color #5360DC: hue angle of 234.31º 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 #5360DC is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 96 | 220 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.14 |
| HSL | 234.31º | 0.66% | 0.59% | - |
| HSV(B) | 234.31º | 0.62% | 0.86% | - |
| XYZ | 20.67 | 15.37 | 69.59 | - |
| YUV | 106.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 220 | 0.62 | 0.56 | 0 | 0.14 | 234.31 | 0.66 | 0.59 |
| Hex | 53 | 60 | DC | 3E | 38 | 0 | E | EA | 42 | 3B |
| Octal | 123 | 140 | 334 | 76 | 70 | 0 | 16 | 352 | 102 | 73 |
| Binary | 1010011 | 1100000 | 11011100 | 111110 | 111000 | 0 | 1110 | 11101010 | 1000010 | 111011 |
Color Harmonies of #5360DC
Complementary color
Monochromatic Colors of #5360DC
Black with #5360DC
Text Example
Text Example
White with #5360DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5360DC; }
p { color: rgb(83,96,220); }
H1.HeaderClassName
{
color: #5360DC;
}
.AnyTagClassName
{
color: #5360DC;
}
</style>
background-color css
<style>
a { background-color: #5360DC; }
a { background-color: rgb(83,96,220); }
div.DivClassName
{
background-color: #5360DC;
}
.BgClassName
{
background-color: #5360DC;
}
</style>
border-color css
<style>
span { border-color: #5360DC; }
span { border-color: rgb(83,96,220); }
td.TdClassName
{
border-color: #5360DC;
}
.TagClassName
{
border-color: #5360DC;
}
</style>