Shades of Royal Blue #5D67EC
Tints of Royal Blue #5D67EC
RGB
CMYK
RGB Variations
Color information
#5D67EC (or 0x5D67EC) is known color: Royal Blue. HEX triplet: 5D, 67 and EC. RGB value is (93,103,236). Sum of RGB (Red+Green+Blue) = 93+103+236=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D67EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D67EC is #A29813. Grayscale: #727272. Windows color (decimal): -10655764 or 15492957. OLE color: 15492957.
HSL color Cylindrical-coordinate representation of color #5D67EC: hue angle of 235.8º 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 #5D67EC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 103 | 236 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.07 |
| HSL | 235.8º | 0.79% | 0.65% | - |
| HSV(B) | 235.8º | 0.61% | 0.93% | - |
| XYZ | 24.5 | 18.08 | 81.56 | - |
| YUV | 115.17 | 196.19 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 236 | 0.61 | 0.56 | 0 | 0.07 | 235.8 | 0.79 | 0.65 |
| Hex | 5D | 67 | EC | 3D | 38 | 0 | 7 | EC | 4F | 41 |
| Octal | 135 | 147 | 354 | 75 | 70 | 0 | 7 | 354 | 117 | 101 |
| Binary | 1011101 | 1100111 | 11101100 | 111101 | 111000 | 0 | 111 | 11101100 | 1001111 | 1000001 |
Color Harmonies of #5D67EC
Complementary color
Monochromatic Colors of #5D67EC
Black with #5D67EC
Text Example
Text Example
White with #5D67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D67EC; }
p { color: rgb(93,103,236); }
H1.HeaderClassName
{
color: #5D67EC;
}
.AnyTagClassName
{
color: #5D67EC;
}
</style>
background-color css
<style>
a { background-color: #5D67EC; }
a { background-color: rgb(93,103,236); }
div.DivClassName
{
background-color: #5D67EC;
}
.BgClassName
{
background-color: #5D67EC;
}
</style>
border-color css
<style>
span { border-color: #5D67EC; }
span { border-color: rgb(93,103,236); }
td.TdClassName
{
border-color: #5D67EC;
}
.TagClassName
{
border-color: #5D67EC;
}
</style>