#5664EA

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

Shades of Royal Blue #5664EA

Tints of Royal Blue #5664EA

Color information

#5664EA (or 0x5664EA) is unknown color: approx Royal Blue. HEX triplet: 56, 64 and EA. RGB value is (86,100,234). Sum of RGB (Red+Green+Blue) = 86+100+234=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #5664EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5664EA is #A99B15. Grayscale: #6E6E6E. Windows color (decimal): -11115286 or 15361110. OLE color: 15361110.

HSL color Cylindrical-coordinate representation of color #5664EA: hue angle of 234.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5664EA is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB86100234-
CMYK0.630.5700.08
HSL234.32º77.89%62.75%-
HSV(B)234.32º63.25%91.76%-
XYZ23.2517.0379.9-
YUV111.09197.36110.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 234 (91.80% from 255) = 55.71%
R=20.48%
G=23.81%
B=55.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861002340.630.5700.08234.3277.8962.75
Hex5664EA3F3908ea4e3f
Octal126144352777101035211677
Binary101011011001001110101011111111100101000111010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5664EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5664EA; }

 p { color: rgb(86,100,234); }

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

<style>
 a { background-color: #5664EA; }

 a { background-color: rgb(86,100,234); }

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

<style>
 span { border-color: #5664EA; }

 span { border-color: rgb(86,100,234); }

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