#5371E5

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

Shades of Royal Blue #5371E5

Tints of Royal Blue #5371E5

Color information

#5371E5 (or 0x5371E5) is unknown color: approx Royal Blue. HEX triplet: 53, 71 and E5. RGB value is (83,113,229). Sum of RGB (Red+Green+Blue) = 83+113+229=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #5371E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5371E5 is #AC8E1A. Grayscale: #747474. Windows color (decimal): -11308571 or 15036755. OLE color: 15036755.

HSL color Cylindrical-coordinate representation of color #5371E5: hue angle of 227.67º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5371E5 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83113229-
CMYK0.640.5100.10
HSL227.67º73.74%61.18%-
HSV(B)227.67º63.76%89.8%-
XYZ23.6219.3176.61-
YUV117.25191.06103.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.53%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 229 (89.84% from 255) = 53.88%
R=19.53%
G=26.59%
B=53.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal831132290.640.5100.10227.6773.7461.18
Hex5371E540330Ae44a3d
Octal1231613451006301234411275
Binary1010011111000111100101100000011001101010111001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5371E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,113,229); }

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

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

 a { background-color: rgb(83,113,229); }

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

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

 span { border-color: rgb(83,113,229); }

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