#5166EC

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

Shades of Royal Blue #5166EC

Tints of Royal Blue #5166EC

Color information

#5166EC (or 0x5166EC) is unknown color: approx Royal Blue. HEX triplet: 51, 66 and EC. RGB value is (81,102,236). Sum of RGB (Red+Green+Blue) = 81+102+236=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #5166EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166EC is #AE9913. Grayscale: #6E6E6E. Windows color (decimal): -11442452 or 15492689. OLE color: 15492689.

HSL color Cylindrical-coordinate representation of color #5166EC: hue angle of 231.87º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5166EC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81102236-
CMYK0.660.5700.07
HSL231.87º80.31%62.16%-
HSV(B)231.87º65.68%92.55%-
XYZ23.2917.3181.47-
YUV111198.54106.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.33%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 236 (92.58% from 255) = 56.32%
R=19.33%
G=24.34%
B=56.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811022360.660.5700.07231.8780.3162.16
Hex5166EC423907e8503e
Octal121146354102710735012076
Binary101000111001101110110010000101110010111111010001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5166EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5166EC; }

 p { color: rgb(81,102,236); }

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

<style>
 a { background-color: #5166EC; }

 a { background-color: rgb(81,102,236); }

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

<style>
 span { border-color: #5166EC; }

 span { border-color: rgb(81,102,236); }

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