Shades of Royal Blue #5D75EC
Tints of Royal Blue #5D75EC
RGB
CMYK
RGB Variations
Color information
#5D75EC (or 0x5D75EC) is known color: Royal Blue. HEX triplet: 5D, 75 and EC. RGB value is (93,117,236). Sum of RGB (Red+Green+Blue) = 93+117+236=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D75EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D75EC is #A28A13. Grayscale: #7A7A7A. Windows color (decimal): -10652180 or 15496541. OLE color: 15496541.
HSL color Cylindrical-coordinate representation of color #5D75EC: hue angle of 229.93º 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 #5D75EC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 117 | 236 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.07 |
| HSL | 229.93º | 0.79% | 0.65% | - |
| HSV(B) | 229.93º | 0.61% | 0.93% | - |
| XYZ | 26.02 | 21.11 | 82.06 | - |
| YUV | 123.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 236 | 0.61 | 0.50 | 0 | 0.07 | 229.93 | 0.79 | 0.65 |
| Hex | 5D | 75 | EC | 3D | 32 | 0 | 7 | E6 | 4F | 41 |
| Octal | 135 | 165 | 354 | 75 | 62 | 0 | 7 | 346 | 117 | 101 |
| Binary | 1011101 | 1110101 | 11101100 | 111101 | 110010 | 0 | 111 | 11100110 | 1001111 | 1000001 |
Color Harmonies of #5D75EC
Complementary color
Monochromatic Colors of #5D75EC
Black with #5D75EC
Text Example
Text Example
White with #5D75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D75EC; }
p { color: rgb(93,117,236); }
H1.HeaderClassName
{
color: #5D75EC;
}
.AnyTagClassName
{
color: #5D75EC;
}
</style>
background-color css
<style>
a { background-color: #5D75EC; }
a { background-color: rgb(93,117,236); }
div.DivClassName
{
background-color: #5D75EC;
}
.BgClassName
{
background-color: #5D75EC;
}
</style>
border-color css
<style>
span { border-color: #5D75EC; }
span { border-color: rgb(93,117,236); }
td.TdClassName
{
border-color: #5D75EC;
}
.TagClassName
{
border-color: #5D75EC;
}
</style>