#5A66EA

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

Shades of Royal Blue #5A66EA

Tints of Royal Blue #5A66EA

Color information

#5A66EA (or 0x5A66EA) is unknown color: approx Royal Blue. HEX triplet: 5A, 66 and EA. RGB value is (90,102,234). Sum of RGB (Red+Green+Blue) = 90+102+234=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A66EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A66EA is #A59915. Grayscale: #707070. Windows color (decimal): -10852630 or 15361626. OLE color: 15361626.

HSL color Cylindrical-coordinate representation of color #5A66EA: hue angle of 235º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A66EA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90102234-
CMYK0.620.5600.08
HSL235º77.42%63.53%-
HSV(B)235º61.54%91.76%-
XYZ23.8217.6279.99-
YUV113.46196.02111.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 234 (91.80% from 255) = 54.93%
R=21.13%
G=23.94%
B=54.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901022340.620.5600.0823577.4263.53
Hex5A66EA3E3808eb4d40
Octal1321463527670010353115100
Binary1011010110011011101010111110111000010001110101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,234); }

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

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

 a { background-color: rgb(90,102,234); }

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

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

 span { border-color: rgb(90,102,234); }

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