#516CD7

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

Shades of Royal Blue #516CD7

Tints of Royal Blue #516CD7

Color information

#516CD7 (or 0x516CD7) is unknown color: approx Royal Blue. HEX triplet: 51, 6C and D7. RGB value is (81,108,215). Sum of RGB (Red+Green+Blue) = 81+108+215=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #516CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CD7 is #AE9328. Grayscale: #6F6F6F. Windows color (decimal): -11440937 or 14117969. OLE color: 14117969.

HSL color Cylindrical-coordinate representation of color #516CD7: hue angle of 227.91º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516CD7 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81108215-
CMYK0.620.5000.16
HSL227.91º62.62%58.04%-
HSV(B)227.91º62.33%84.31%-
XYZ21.0217.3866.54-
YUV112.12186.05105.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.05%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 215 (84.38% from 255) = 53.22%
R=20.05%
G=26.73%
B=53.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811082150.620.5000.16227.9162.6258.04
Hex516CD73E32010e43f3a
Octal12115432776620203447772
Binary101000111011001101011111111011001001000011100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,215); }

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

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

 a { background-color: rgb(81,108,215); }

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

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

 span { border-color: rgb(81,108,215); }

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