#5366F4

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

Shades of Royal Blue #5366F4

Tints of Royal Blue #5366F4

Color information

#5366F4 (or 0x5366F4) is unknown color: approx Royal Blue. HEX triplet: 53, 66 and F4. RGB value is (83,102,244). Sum of RGB (Red+Green+Blue) = 83+102+244=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 244 (95.70% from 255 or 56.88% from 429); Max value from RGB is 244 - color contains mainly: blue. Hex color #5366F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5366F4 is #AC990B. Grayscale: #6F6F6F. Windows color (decimal): -11311372 or 16016979. OLE color: 16016979.

HSL color Cylindrical-coordinate representation of color #5366F4: hue angle of 232.92º 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 #5366F4 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83102244-
CMYK0.660.5800.04
HSL232.92º87.98%64.12%-
HSV(B)232.92º65.98%95.69%-
XYZ24.6517.8787.74-
YUV112.51202.21106.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.35%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 244 (95.70% from 255) = 56.88%
R=19.35%
G=23.78%
B=56.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal831022440.660.5800.04232.9287.9864.12
Hex5366F4423A04e95840
Octal1231463641027204351130100
Binary1010011110011011110100100001011101001001110100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5366F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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