#5377F4

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

Shades of Royal Blue #5377F4

Tints of Royal Blue #5377F4

Color information

#5377F4 (or 0x5377F4) is unknown color: approx Royal Blue. HEX triplet: 53, 77 and F4. RGB value is (83,119,244). Sum of RGB (Red+Green+Blue) = 83+119+244=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 244 (95.70% from 255 or 54.71% from 446); Max value from RGB is 244 - color contains mainly: blue. Hex color #5377F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377F4 is #AC880B. Grayscale: #797979. Windows color (decimal): -11307020 or 16021331. OLE color: 16021331.

HSL color Cylindrical-coordinate representation of color #5377F4: hue angle of 226.58º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5377F4 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83119244-
CMYK0.660.5100.04
HSL226.58º87.98%64.12%-
HSV(B)226.58º65.98%95.69%-
XYZ26.4921.5688.35-
YUV122.49196.5799.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.61%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 244 (95.70% from 255) = 54.71%
R=18.61%
G=26.68%
B=54.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal831192440.660.5100.04226.5887.9864.12
Hex5377F4423304e35840
Octal1231673641026304343130100
Binary1010011111011111110100100001011001101001110001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5377F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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