#5377E1

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

Shades of Royal Blue #5377E1

Tints of Royal Blue #5377E1

Color information

#5377E1 (or 0x5377E1) is unknown color: approx Royal Blue. HEX triplet: 53, 77 and E1. RGB value is (83,119,225). Sum of RGB (Red+Green+Blue) = 83+119+225=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #5377E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5377E1 is #AC881E. Grayscale: #777777. Windows color (decimal): -11307039 or 14776147. OLE color: 14776147.

HSL color Cylindrical-coordinate representation of color #5377E1: hue angle of 224.79º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5377E1 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83119225-
CMYK0.630.4700.12
HSL224.79º70.3%60.39%-
HSV(B)224.79º63.11%88.24%-
XYZ23.7520.4773.93-
YUV120.32187.07101.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 225 (88.28% from 255) = 52.69%
R=19.44%
G=27.87%
B=52.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831192250.630.4700.12224.7970.360.39
Hex5377E13F2F0Ce1463c
Octal123167341775701434110674
Binary101001111101111110000111111110111101100111000011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5377E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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