#5A6EE0

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

Shades of Royal Blue #5A6EE0

Tints of Royal Blue #5A6EE0

Color information

#5A6EE0 (or 0x5A6EE0) is unknown color: approx Royal Blue. HEX triplet: 5A, 6E and E0. RGB value is (90,110,224). Sum of RGB (Red+Green+Blue) = 90+110+224=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A6EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6EE0 is #A5911F. Grayscale: #747474. Windows color (decimal): -10850592 or 14708314. OLE color: 14708314.

HSL color Cylindrical-coordinate representation of color #5A6EE0: hue angle of 231.04º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A6EE0 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90110224-
CMYK0.600.5100.12
HSL231.04º68.37%61.57%-
HSV(B)231.04º59.82%87.84%-
XYZ23.2518.7172.91-
YUV117.02188.37108.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.23%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 224 (87.89% from 255) = 52.83%
R=21.23%
G=25.94%
B=52.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901102240.600.5100.12231.0468.3761.57
Hex5A6EE03C330Ce7443e
Octal132156340746301434710476
Binary101101011011101110000011110011001101100111001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,224); }

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

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

 a { background-color: rgb(90,110,224); }

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

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

 span { border-color: rgb(90,110,224); }

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