#5564ec

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

Shades of Royal Blue #5564EC

Tints of Royal Blue #5564EC

Color information

#5564EC (or 0x5564EC) is unknown color: approx Royal Blue. HEX triplet: 55, 64 and EC. RGB value is (85,100,236). Sum of RGB (Red+Green+Blue) = 85+100+236=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5564EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5564EC is #AA9B13. Grayscale: #6E6E6E. Windows color (decimal): -11180820 or 15492181. OLE color: 15492181.

HSL color Cylindrical-coordinate representation of color #5564EC: hue angle of 234.04º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5564EC is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85100236-
CMYK0.640.5800.07
HSL234.04º79.89%62.94%-
HSV(B)234.04º63.98%92.55%-
XYZ23.4417.181.42-
YUV111.02198.53109.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 236 (92.58% from 255) = 56.06%
R=20.19%
G=23.75%
B=56.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851002360.640.5800.07234.0479.8962.94
Hex5564EC403A07ea503f
Octal125144354100720735212077
Binary101010111001001110110010000001110100111111010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5564ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5564ec; }

 p { color: rgb(85,100,236); }

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

<style>
 a { background-color: #5564ec; }

 a { background-color: rgb(85,100,236); }

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

<style>
 span { border-color: #5564ec; }

 span { border-color: rgb(85,100,236); }

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