#5377EF

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

Shades of Royal Blue #5377EF

Tints of Royal Blue #5377EF

Color information

#5377EF (or 0x5377EF) is unknown color: approx Royal Blue. HEX triplet: 53, 77 and EF. RGB value is (83,119,239). Sum of RGB (Red+Green+Blue) = 83+119+239=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #5377EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377EF is #AC8810. Grayscale: #797979. Windows color (decimal): -11307025 or 15693651. OLE color: 15693651.

HSL color Cylindrical-coordinate representation of color #5377EF: hue angle of 226.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5377EF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83119239-
CMYK0.650.5000.06
HSL226.15º82.98%63.14%-
HSV(B)226.15º65.27%93.73%-
XYZ25.7421.2684.41-
YUV121.92194.07100.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 239 (93.75% from 255) = 54.20%
R=18.82%
G=26.98%
B=54.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831192390.650.5000.06226.1582.9863.14
Hex5377EF413206e2533f
Octal123167357101620634212377
Binary101001111101111110111110000011100100110111000101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5377EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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