#5A63E8

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

Shades of Royal Blue #5A63E8

Tints of Royal Blue #5A63E8

Color information

#5A63E8 (or 0x5A63E8) is unknown color: approx Royal Blue. HEX triplet: 5A, 63 and E8. RGB value is (90,99,232). Sum of RGB (Red+Green+Blue) = 90+99+232=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #5A63E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A63E8 is #A59C17. Grayscale: #6E6E6E. Windows color (decimal): -10853400 or 15229786. OLE color: 15229786.

HSL color Cylindrical-coordinate representation of color #5A63E8: hue angle of 236.2º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A63E8 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9099232-
CMYK0.610.5700.09
HSL236.2º75.53%63.14%-
HSV(B)236.2º61.21%90.98%-
XYZ23.2416.9278.39-
YUV111.47196.02112.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.38%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 232 (91.02% from 255) = 55.11%
R=21.38%
G=23.52%
B=55.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal90992320.610.5700.09236.275.5363.14
Hex5A63E83D3909ec4c3f
Octal132143350757101135411477
Binary101101011000111110100011110111100101001111011001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A63E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A63E8; }

 p { color: rgb(90,99,232); }

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

<style>
 a { background-color: #5A63E8; }

 a { background-color: rgb(90,99,232); }

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

<style>
 span { border-color: #5A63E8; }

 span { border-color: rgb(90,99,232); }

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