#516ECA

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

Shades of Royal Blue #516ECA

Tints of Royal Blue #516ECA

Color information

#516ECA (or 0x516ECA) is unknown color: approx Royal Blue. HEX triplet: 51, 6E and CA. RGB value is (81,110,202). Sum of RGB (Red+Green+Blue) = 81+110+202=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #516ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ECA is #AE9135. Grayscale: #6F6F6F. Windows color (decimal): -11440438 or 13266513. OLE color: 13266513.

HSL color Cylindrical-coordinate representation of color #516ECA: hue angle of 225.62º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516ECA is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81110202-
CMYK0.600.4600.21
HSL225.62º53.3%55.49%-
HSV(B)225.62º59.9%79.22%-
XYZ19.6317.1758.16-
YUV111.82178.89106.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=20.61%
G=27.99%
B=51.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811102020.600.4600.21225.6253.355.49
Hex516ECA3C2E015e23537
Octal12115631274560253426567
Binary101000111011101100101011110010111001010111100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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