#5378e7

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

Shades of Royal Blue #5378E7

Tints of Royal Blue #5378E7

Color information

#5378E7 (or 0x5378E7) is unknown color: approx Royal Blue. HEX triplet: 53, 78 and E7. RGB value is (83,120,231). Sum of RGB (Red+Green+Blue) = 83+120+231=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #5378E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378E7 is #AC8718. Grayscale: #797979. Windows color (decimal): -11306777 or 15169619. OLE color: 15169619.

HSL color Cylindrical-coordinate representation of color #5378E7: hue angle of 225º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5378E7 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB83120231-
CMYK0.640.4800.09
HSL225º75.51%61.57%-
HSV(B)225º64.07%90.59%-
XYZ24.7121.0478.36-
YUV121.59189.74100.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 231 (90.62% from 255) = 53.23%
R=19.12%
G=27.65%
B=53.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal831202310.640.4800.0922575.5161.57
Hex5378E7403009e14c3e
Octal1231703471006001134111476
Binary1010011111100011100111100000011000001001111000011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5378e7; }

 p { color: rgb(83,120,231); }

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

<style>
 a { background-color: #5378e7; }

 a { background-color: rgb(83,120,231); }

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

<style>
 span { border-color: #5378e7; }

 span { border-color: rgb(83,120,231); }

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