#5963EA

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

Shades of Royal Blue #5963EA

Tints of Royal Blue #5963EA

Color information

#5963EA (or 0x5963EA) is unknown color: approx Royal Blue. HEX triplet: 59, 63 and EA. RGB value is (89,99,234). Sum of RGB (Red+Green+Blue) = 89+99+234=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #5963EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5963EA is #A69C15. Grayscale: #6E6E6E. Windows color (decimal): -10918934 or 15360857. OLE color: 15360857.

HSL color Cylindrical-coordinate representation of color #5963EA: hue angle of 235.86º 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 #5963EA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8999234-
CMYK0.620.5800.08
HSL235.86º77.54%63.33%-
HSV(B)235.86º61.97%91.76%-
XYZ23.4316.9979.89-
YUV111.4197.19112.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.09%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 234 (91.80% from 255) = 55.45%
R=21.09%
G=23.46%
B=55.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal89992340.620.5800.08235.8677.5463.33
Hex5963EA3E3A08ec4e3f
Octal131143352767201035411677
Binary101100111000111110101011111011101001000111011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5963EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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