#516AE5

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

Shades of Royal Blue #516AE5

Tints of Royal Blue #516AE5

Color information

#516AE5 (or 0x516AE5) is unknown color: approx Royal Blue. HEX triplet: 51, 6A and E5. RGB value is (81,106,229). Sum of RGB (Red+Green+Blue) = 81+106+229=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #516AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AE5 is #AE951A. Grayscale: #707070. Windows color (decimal): -11441435 or 15034961. OLE color: 15034961.

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

Color convert

RGB81106229-
CMYK0.650.5400.10
HSL229.86º74%60.78%-
HSV(B)229.86º64.63%89.8%-
XYZ22.6917.7176.35-
YUV112.55193.72105.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 229 (89.84% from 255) = 55.05%
R=19.47%
G=25.48%
B=55.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811062290.650.5400.10229.867460.78
Hex516AE541360Ae64a3d
Octal1211523451016601234611275
Binary1010001110101011100101100000111011001010111001101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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