#5a65ea

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

Shades of Royal Blue #5A65EA

Tints of Royal Blue #5A65EA

Color information

#5A65EA (or 0x5A65EA) is unknown color: approx Royal Blue. HEX triplet: 5A, 65 and EA. RGB value is (90,101,234). Sum of RGB (Red+Green+Blue) = 90+101+234=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A65EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A65EA is #A59A15. Grayscale: #707070. Windows color (decimal): -10852886 or 15361370. OLE color: 15361370.

HSL color Cylindrical-coordinate representation of color #5A65EA: hue angle of 235.42º 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 #5A65EA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90101234-
CMYK0.620.5700.08
HSL235.42º77.42%63.53%-
HSV(B)235.42º61.54%91.76%-
XYZ23.7217.4279.95-
YUV112.87196.36111.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.18%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 234 (91.80% from 255) = 55.06%
R=21.18%
G=23.76%
B=55.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901012340.620.5700.08235.4277.4263.53
Hex5A65EA3E3908eb4d40
Octal1321453527671010353115100
Binary1011010110010111101010111110111001010001110101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a65ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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