#5964EA

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

Shades of Royal Blue #5964EA

Tints of Royal Blue #5964EA

Color information

#5964EA (or 0x5964EA) is unknown color: approx Royal Blue. HEX triplet: 59, 64 and EA. RGB value is (89,100,234). Sum of RGB (Red+Green+Blue) = 89+100+234=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #5964EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5964EA is #A69B15. Grayscale: #6F6F6F. Windows color (decimal): -10918678 or 15361113. OLE color: 15361113.

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

Color convert

RGB89100234-
CMYK0.620.5700.08
HSL235.45º77.54%63.33%-
HSV(B)235.45º61.97%91.76%-
XYZ23.5317.1879.92-
YUV111.99196.86111.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.04%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 234 (91.80% from 255) = 55.32%
R=21.04%
G=23.64%
B=55.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891002340.620.5700.08235.4577.5463.33
Hex5964EA3E3908eb4e3f
Octal131144352767101035311677
Binary101100111001001110101011111011100101000111010111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5964EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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