#5176ea

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

Shades of Royal Blue #5176EA

Tints of Royal Blue #5176EA

Color information

#5176EA (or 0x5176EA) is unknown color: approx Royal Blue. HEX triplet: 51, 76 and EA. RGB value is (81,118,234). Sum of RGB (Red+Green+Blue) = 81+118+234=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #5176EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5176EA is #AE8915. Grayscale: #777777. Windows color (decimal): -11438358 or 15365713. OLE color: 15365713.

HSL color Cylindrical-coordinate representation of color #5176EA: hue angle of 225.49º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5176EA is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81118234-
CMYK0.650.5000.08
HSL225.49º78.46%61.76%-
HSV(B)225.49º65.38%91.76%-
XYZ24.7220.6580.52-
YUV120.16192.24100.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 234 (91.80% from 255) = 54.04%
R=18.71%
G=27.25%
B=54.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811182340.650.5000.08225.4978.4661.76
Hex5176EA413208e14e3e
Octal1211663521016201034111676
Binary1010001111011011101010100000111001001000111000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5176ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5176ea; }

 p { color: rgb(81,118,234); }

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

<style>
 a { background-color: #5176ea; }

 a { background-color: rgb(81,118,234); }

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

<style>
 span { border-color: #5176ea; }

 span { border-color: rgb(81,118,234); }

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