Shades of Royal Blue #5D6EEB
Tints of Royal Blue #5D6EEB
RGB
CMYK
RGB Variations
Color information
#5D6EEB (or 0x5D6EEB) is known color: Royal Blue. HEX triplet: 5D, 6E and EB. RGB value is (93,110,235). Sum of RGB (Red+Green+Blue) = 93+110+235=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D6EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6EEB is #A29114. Grayscale: #767676. Windows color (decimal): -10653973 or 15429213. OLE color: 15429213.
HSL color Cylindrical-coordinate representation of color #5D6EEB: hue angle of 232.82º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D6EEB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 110 | 235 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.08 |
| HSL | 232.82º | 0.78% | 0.64% | - |
| HSV(B) | 232.82º | 0.6% | 0.92% | - |
| XYZ | 25.09 | 19.48 | 81.03 | - |
| YUV | 119.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 110 | 235 | 0.60 | 0.53 | 0 | 0.08 | 232.82 | 0.78 | 0.64 |
| Hex | 5D | 6E | EB | 3C | 35 | 0 | 8 | E9 | 4E | 40 |
| Octal | 135 | 156 | 353 | 74 | 65 | 0 | 10 | 351 | 116 | 100 |
| Binary | 1011101 | 1101110 | 11101011 | 111100 | 110101 | 0 | 1000 | 11101001 | 1001110 | 1000000 |
Color Harmonies of #5D6EEB
Complementary color
Monochromatic Colors of #5D6EEB
Black with #5D6EEB
Text Example
Text Example
White with #5D6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6EEB; }
p { color: rgb(93,110,235); }
H1.HeaderClassName
{
color: #5D6EEB;
}
.AnyTagClassName
{
color: #5D6EEB;
}
</style>
background-color css
<style>
a { background-color: #5D6EEB; }
a { background-color: rgb(93,110,235); }
div.DivClassName
{
background-color: #5D6EEB;
}
.BgClassName
{
background-color: #5D6EEB;
}
</style>
border-color css
<style>
span { border-color: #5D6EEB; }
span { border-color: rgb(93,110,235); }
td.TdClassName
{
border-color: #5D6EEB;
}
.TagClassName
{
border-color: #5D6EEB;
}
</style>