Shades of Royal Blue #516CE5
Tints of Royal Blue #516CE5
RGB
CMYK
RGB Variations
Color information
#516CE5 (or 0x516CE5) is known color: Royal Blue. HEX triplet: 51, 6C and E5. RGB value is (81,108,229). Sum of RGB (Red+Green+Blue) = 81+108+229=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #516CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CE5 is #AE931A. Grayscale: #717171. Windows color (decimal): -11440923 or 15035473. OLE color: 15035473.
HSL color Cylindrical-coordinate representation of color #516CE5: hue angle of 229.05º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516CE5 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 108 | 229 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.10 |
| HSL | 229.05º | 0.74% | 0.61% | - |
| HSV(B) | 229.05º | 0.65% | 0.9% | - |
| XYZ | 22.9 | 18.13 | 76.42 | - |
| YUV | 113.72 | 193.05 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 229 | 0.65 | 0.53 | 0 | 0.10 | 229.05 | 0.74 | 0.61 |
| Hex | 51 | 6C | E5 | 41 | 35 | 0 | A | E5 | 4A | 3D |
| Octal | 121 | 154 | 345 | 101 | 65 | 0 | 12 | 345 | 112 | 75 |
| Binary | 1010001 | 1101100 | 11100101 | 1000001 | 110101 | 0 | 1010 | 11100101 | 1001010 | 111101 |
Color Harmonies of #516CE5
Complementary color
Monochromatic Colors of #516CE5
Black with #516CE5
Text Example
Text Example
White with #516CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CE5; }
p { color: rgb(81,108,229); }
H1.HeaderClassName
{
color: #516CE5;
}
.AnyTagClassName
{
color: #516CE5;
}
</style>
background-color css
<style>
a { background-color: #516CE5; }
a { background-color: rgb(81,108,229); }
div.DivClassName
{
background-color: #516CE5;
}
.BgClassName
{
background-color: #516CE5;
}
</style>
border-color css
<style>
span { border-color: #516CE5; }
span { border-color: rgb(81,108,229); }
td.TdClassName
{
border-color: #516CE5;
}
.TagClassName
{
border-color: #516CE5;
}
</style>