#5176E5

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

Shades of Royal Blue #5176E5

Tints of Royal Blue #5176E5

Color information

#5176E5 (or 0x5176E5) is unknown color: approx Royal Blue. HEX triplet: 51, 76 and E5. RGB value is (81,118,229). Sum of RGB (Red+Green+Blue) = 81+118+229=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #5176E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5176E5 is #AE891A. Grayscale: #777777. Windows color (decimal): -11438363 or 15038033. OLE color: 15038033.

HSL color Cylindrical-coordinate representation of color #5176E5: hue angle of 225º degrees, saturation: 0.74, 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 #5176E5 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81118229-
CMYK0.650.4800.10
HSL225º74%60.78%-
HSV(B)225º64.63%89.8%-
XYZ24.0120.3676.79-
YUV119.59189.74100.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 229 (89.84% from 255) = 53.50%
R=18.93%
G=27.57%
B=53.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811182290.650.4800.102257460.78
Hex5176E541300Ae14a3d
Octal1211663451016001234111275
Binary1010001111011011100101100000111000001010111000011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5176E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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