#5A63DE

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

Shades of Royal Blue #5A63DE

Tints of Royal Blue #5A63DE

Color information

#5A63DE (or 0x5A63DE) is unknown color: approx Royal Blue. HEX triplet: 5A, 63 and DE. RGB value is (90,99,222). Sum of RGB (Red+Green+Blue) = 90+99+222=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A63DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A63DE is #A59C21. Grayscale: #6D6D6D. Windows color (decimal): -10853410 or 14574426. OLE color: 14574426.

HSL color Cylindrical-coordinate representation of color #5A63DE: hue angle of 235.91º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A63DE is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9099222-
CMYK0.590.5500.13
HSL235.91º66.67%61.18%-
HSV(B)235.91º59.46%87.06%-
XYZ21.8616.3771.11-
YUV110.33191.02113.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.90%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=21.90%
G=24.09%
B=54.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90992220.590.5500.13235.9166.6761.18
Hex5A63DE3B370Dec433d
Octal132143336736701535410375
Binary101101011000111101111011101111011101101111011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A63DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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