Shades of Royal Blue #5D68EC
Tints of Royal Blue #5D68EC
RGB
CMYK
RGB Variations
Color information
#5D68EC (or 0x5D68EC) is known color: Royal Blue. HEX triplet: 5D, 68 and EC. RGB value is (93,104,236). Sum of RGB (Red+Green+Blue) = 93+104+236=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D68EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D68EC is #A29713. Grayscale: #737373. Windows color (decimal): -10655508 or 15493213. OLE color: 15493213.
HSL color Cylindrical-coordinate representation of color #5D68EC: hue angle of 235.38º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D68EC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 104 | 236 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.07 |
| HSL | 235.38º | 0.79% | 0.65% | - |
| HSV(B) | 235.38º | 0.61% | 0.93% | - |
| XYZ | 24.6 | 18.28 | 81.59 | - |
| YUV | 115.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 236 | 0.61 | 0.56 | 0 | 0.07 | 235.38 | 0.79 | 0.65 |
| Hex | 5D | 68 | EC | 3D | 38 | 0 | 7 | EB | 4F | 41 |
| Octal | 135 | 150 | 354 | 75 | 70 | 0 | 7 | 353 | 117 | 101 |
| Binary | 1011101 | 1101000 | 11101100 | 111101 | 111000 | 0 | 111 | 11101011 | 1001111 | 1000001 |
Color Harmonies of #5D68EC
Complementary color
Monochromatic Colors of #5D68EC
Black with #5D68EC
Text Example
Text Example
White with #5D68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D68EC; }
p { color: rgb(93,104,236); }
H1.HeaderClassName
{
color: #5D68EC;
}
.AnyTagClassName
{
color: #5D68EC;
}
</style>
background-color css
<style>
a { background-color: #5D68EC; }
a { background-color: rgb(93,104,236); }
div.DivClassName
{
background-color: #5D68EC;
}
.BgClassName
{
background-color: #5D68EC;
}
</style>
border-color css
<style>
span { border-color: #5D68EC; }
span { border-color: rgb(93,104,236); }
td.TdClassName
{
border-color: #5D68EC;
}
.TagClassName
{
border-color: #5D68EC;
}
</style>