Shades of Royal Blue #5B67EC
Tints of Royal Blue #5B67EC
RGB
CMYK
RGB Variations
Color information
#5B67EC (or 0x5B67EC) is known color: Royal Blue. HEX triplet: 5B, 67 and EC. RGB value is (91,103,236). Sum of RGB (Red+Green+Blue) = 91+103+236=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B67EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67EC is #A49813. Grayscale: #727272. Windows color (decimal): -10786836 or 15492955. OLE color: 15492955.
HSL color Cylindrical-coordinate representation of color #5B67EC: hue angle of 235.03º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B67EC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 103 | 236 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.07 |
| HSL | 235.03º | 0.79% | 0.64% | - |
| HSV(B) | 235.03º | 0.61% | 0.93% | - |
| XYZ | 24.3 | 17.98 | 81.55 | - |
| YUV | 114.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 236 | 0.61 | 0.56 | 0 | 0.07 | 235.03 | 0.79 | 0.64 |
| Hex | 5B | 67 | EC | 3D | 38 | 0 | 7 | EB | 4F | 40 |
| Octal | 133 | 147 | 354 | 75 | 70 | 0 | 7 | 353 | 117 | 100 |
| Binary | 1011011 | 1100111 | 11101100 | 111101 | 111000 | 0 | 111 | 11101011 | 1001111 | 1000000 |
Color Harmonies of #5B67EC
Complementary color
Monochromatic Colors of #5B67EC
Black with #5B67EC
Text Example
Text Example
White with #5B67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B67EC; }
p { color: rgb(91,103,236); }
H1.HeaderClassName
{
color: #5B67EC;
}
.AnyTagClassName
{
color: #5B67EC;
}
</style>
background-color css
<style>
a { background-color: #5B67EC; }
a { background-color: rgb(91,103,236); }
div.DivClassName
{
background-color: #5B67EC;
}
.BgClassName
{
background-color: #5B67EC;
}
</style>
border-color css
<style>
span { border-color: #5B67EC; }
span { border-color: rgb(91,103,236); }
td.TdClassName
{
border-color: #5B67EC;
}
.TagClassName
{
border-color: #5B67EC;
}
</style>