#5962E0

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

Shades of Royal Blue #5962E0

Tints of Royal Blue #5962E0

Color information

#5962E0 (or 0x5962E0) is unknown color: approx Royal Blue. HEX triplet: 59, 62 and E0. RGB value is (89,98,224). Sum of RGB (Red+Green+Blue) = 89+98+224=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #5962E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962E0 is #A69D1F. Grayscale: #6D6D6D. Windows color (decimal): -10919200 or 14705241. OLE color: 14705241.

HSL color Cylindrical-coordinate representation of color #5962E0: hue angle of 236º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5962E0 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8998224-
CMYK0.600.5600.12
HSL236º68.53%61.37%-
HSV(B)236º60.27%87.84%-
XYZ21.9416.2472.5-
YUV109.67192.52113.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.65%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 224 (87.89% from 255) = 54.50%
R=21.65%
G=23.84%
B=54.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal89982240.600.5600.1223668.5361.37
Hex5962E03C380Cec453d
Octal131142340747001435410575
Binary101100111000101110000011110011100001100111011001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5962E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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