Shades of Royal Blue #5167E7
Tints of Royal Blue #5167E7
RGB
CMYK
RGB Variations
Color information
#5167E7 (or 0x5167E7) is known color: Royal Blue. HEX triplet: 51, 67 and E7. RGB value is (81,103,231). Sum of RGB (Red+Green+Blue) = 81+103+231=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #5167E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5167E7 is #AE9818. Grayscale: #6E6E6E. Windows color (decimal): -11442201 or 15165265. OLE color: 15165265.
HSL color Cylindrical-coordinate representation of color #5167E7: hue angle of 231.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5167E7 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 103 | 231 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.09 |
| HSL | 231.2º | 0.76% | 0.61% | - |
| HSV(B) | 231.2º | 0.65% | 0.91% | - |
| XYZ | 22.67 | 17.22 | 77.73 | - |
| YUV | 111.01 | 195.71 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 231 | 0.65 | 0.55 | 0 | 0.09 | 231.2 | 0.76 | 0.61 |
| Hex | 51 | 67 | E7 | 41 | 37 | 0 | 9 | E7 | 4C | 3D |
| Octal | 121 | 147 | 347 | 101 | 67 | 0 | 11 | 347 | 114 | 75 |
| Binary | 1010001 | 1100111 | 11100111 | 1000001 | 110111 | 0 | 1001 | 11100111 | 1001100 | 111101 |
Color Harmonies of #5167E7
Complementary color
Monochromatic Colors of #5167E7
Black with #5167E7
Text Example
Text Example
White with #5167E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5167E7; }
p { color: rgb(81,103,231); }
H1.HeaderClassName
{
color: #5167E7;
}
.AnyTagClassName
{
color: #5167E7;
}
</style>
background-color css
<style>
a { background-color: #5167E7; }
a { background-color: rgb(81,103,231); }
div.DivClassName
{
background-color: #5167E7;
}
.BgClassName
{
background-color: #5167E7;
}
</style>
border-color css
<style>
span { border-color: #5167E7; }
span { border-color: rgb(81,103,231); }
td.TdClassName
{
border-color: #5167E7;
}
.TagClassName
{
border-color: #5167E7;
}
</style>