#5962EA

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

Shades of Royal Blue #5962EA

Tints of Royal Blue #5962EA

Color information

#5962EA (or 0x5962EA) is unknown color: approx Royal Blue. HEX triplet: 59, 62 and EA. RGB value is (89,98,234). Sum of RGB (Red+Green+Blue) = 89+98+234=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #5962EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5962EA is #A69D15. Grayscale: #6E6E6E. Windows color (decimal): -10919190 or 15360601. OLE color: 15360601.

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

Color convert

RGB8998234-
CMYK0.620.5800.08
HSL236.28º77.54%63.33%-
HSV(B)236.28º61.97%91.76%-
XYZ23.3416.879.85-
YUV110.81197.52112.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.14%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 234 (91.80% from 255) = 55.58%
R=21.14%
G=23.28%
B=55.58%

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
Decimal89982340.620.5800.08236.2877.5463.33
Hex5962EA3E3A08ec4e3f
Octal131142352767201035411677
Binary101100111000101110101011111011101001000111011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5962EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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