#516EE5

Color #516EE5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #516EE5

Tints of Royal Blue #516EE5

Color information

#516EE5 (or 0x516EE5) is unknown color: approx Royal Blue. HEX triplet: 51, 6E and E5. RGB value is (81,110,229). Sum of RGB (Red+Green+Blue) = 81+110+229=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #516EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EE5 is #AE911A. Grayscale: #727272. Windows color (decimal): -11440411 or 15035985. OLE color: 15035985.

HSL color Cylindrical-coordinate representation of color #516EE5: hue angle of 228.24º 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 #516EE5 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81110229-
CMYK0.650.5200.10
HSL228.24º74%60.78%-
HSV(B)228.24º64.63%89.8%-
XYZ23.1118.5676.49-
YUV114.89192.39103.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 19.29%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 229 (89.84% from 255) = 54.52%
R=19.29%
G=26.19%
B=54.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811102290.650.5200.10228.247460.78
Hex516EE541340Ae44a3d
Octal1211563451016401234411275
Binary1010001110111011100101100000111010001010111001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516EE5; }

 p { color: rgb(81,110,229); }

 H1.HeaderClassName
 {
   color: #516EE5;
 }
 .AnyTagClassName
 {
   color: #516EE5;
 }
</style>
background-color css

<style>
 a { background-color: #516EE5; }

 a { background-color: rgb(81,110,229); }

 div.DivClassName
 {
   background-color: #516EE5;
 }
 .BgClassName
 {
   background-color: #516EE5;
 }
</style>
border-color css

<style>
 span { border-color: #516EE5; }

 span { border-color: rgb(81,110,229); }

 td.TdClassName
 {
   border-color: #516EE5;
 }
 .TagClassName
 {
   border-color: #516EE5;
 }
</style>