#5377E4

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

Shades of Royal Blue #5377E4

Tints of Royal Blue #5377E4

Color information

#5377E4 (or 0x5377E4) is unknown color: approx Royal Blue. HEX triplet: 53, 77 and E4. RGB value is (83,119,228). Sum of RGB (Red+Green+Blue) = 83+119+228=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #5377E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5377E4 is #AC881B. Grayscale: #787878. Windows color (decimal): -11307036 or 14972755. OLE color: 14972755.

HSL color Cylindrical-coordinate representation of color #5377E4: hue angle of 225.1º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5377E4 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83119228-
CMYK0.640.4800.11
HSL225.1º72.86%60.98%-
HSV(B)225.1º63.6%89.41%-
XYZ24.1720.6376.11-
YUV120.66188.57101.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.30%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 228 (89.45% from 255) = 53.02%
R=19.30%
G=27.67%
B=53.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831192280.640.4800.11225.172.8660.98
Hex5377E440300Be1493d
Octal1231673441006001334111175
Binary1010011111011111100100100000011000001011111000011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5377E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5377E4; }

 p { color: rgb(83,119,228); }

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

<style>
 a { background-color: #5377E4; }

 a { background-color: rgb(83,119,228); }

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

<style>
 span { border-color: #5377E4; }

 span { border-color: rgb(83,119,228); }

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