#516CE6

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

Shades of Royal Blue #516CE6

Tints of Royal Blue #516CE6

Color information

#516CE6 (or 0x516CE6) is unknown color: approx Royal Blue. HEX triplet: 51, 6C and E6. RGB value is (81,108,230). Sum of RGB (Red+Green+Blue) = 81+108+230=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #516CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CE6 is #AE9319. Grayscale: #717171. Windows color (decimal): -11440922 or 15101009. OLE color: 15101009.

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

Color convert

RGB81108230-
CMYK0.650.5300.10
HSL229.13º74.87%60.98%-
HSV(B)229.13º64.78%90.2%-
XYZ23.0418.1977.16-
YUV113.84193.55104.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.33%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 230 (90.23% from 255) = 54.89%
R=19.33%
G=25.78%
B=54.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811082300.650.5300.10229.1374.8760.98
Hex516CE641350Ae54b3d
Octal1211543461016501234511375
Binary1010001110110011100110100000111010101010111001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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