#5A66ED

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

Shades of Royal Blue #5A66ED

Tints of Royal Blue #5A66ED

Color information

#5A66ED (or 0x5A66ED) is unknown color: approx Royal Blue. HEX triplet: 5A, 66 and ED. RGB value is (90,102,237). Sum of RGB (Red+Green+Blue) = 90+102+237=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A66ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A66ED is #A59912. Grayscale: #717171. Windows color (decimal): -10852627 or 15558234. OLE color: 15558234.

HSL color Cylindrical-coordinate representation of color #5A66ED: hue angle of 235.1º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A66ED is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90102237-
CMYK0.620.5700.07
HSL235.1º80.33%64.12%-
HSV(B)235.1º62.03%92.94%-
XYZ24.2517.7982.28-
YUV113.8197.52111.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.98%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 237 (92.97% from 255) = 55.24%
R=20.98%
G=23.78%
B=55.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal901022370.620.5700.07235.180.3364.12
Hex5A66ED3E3907eb5040
Octal132146355767107353120100
Binary101101011001101110110111111011100101111110101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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