Shades of Royal Blue #5167EE
Tints of Royal Blue #5167EE
RGB
CMYK
RGB Variations
Color information
#5167EE (or 0x5167EE) is known color: Royal Blue. HEX triplet: 51, 67 and EE. RGB value is (81,103,238). Sum of RGB (Red+Green+Blue) = 81+103+238=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #5167EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5167EE is #AE9811. Grayscale: #6F6F6F. Windows color (decimal): -11442194 or 15624017. OLE color: 15624017.
HSL color Cylindrical-coordinate representation of color #5167EE: hue angle of 231.59º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5167EE is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 103 | 238 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 231.59º | 0.82% | 0.63% | - |
| HSV(B) | 231.59º | 0.66% | 0.93% | - |
| XYZ | 23.68 | 17.62 | 83.04 | - |
| YUV | 111.81 | 199.21 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 238 | 0.66 | 0.57 | 0 | 0.07 | 231.59 | 0.82 | 0.63 |
| Hex | 51 | 67 | EE | 42 | 39 | 0 | 7 | E8 | 52 | 3F |
| Octal | 121 | 147 | 356 | 102 | 71 | 0 | 7 | 350 | 122 | 77 |
| Binary | 1010001 | 1100111 | 11101110 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010010 | 111111 |
Color Harmonies of #5167EE
Complementary color
Monochromatic Colors of #5167EE
Black with #5167EE
Text Example
Text Example
White with #5167EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5167EE; }
p { color: rgb(81,103,238); }
H1.HeaderClassName
{
color: #5167EE;
}
.AnyTagClassName
{
color: #5167EE;
}
</style>
background-color css
<style>
a { background-color: #5167EE; }
a { background-color: rgb(81,103,238); }
div.DivClassName
{
background-color: #5167EE;
}
.BgClassName
{
background-color: #5167EE;
}
</style>
border-color css
<style>
span { border-color: #5167EE; }
span { border-color: rgb(81,103,238); }
td.TdClassName
{
border-color: #5167EE;
}
.TagClassName
{
border-color: #5167EE;
}
</style>