#5E66EB

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

Shades of Medium Slate Blue #5E66EB

Tints of Medium Slate Blue #5E66EB

Color information

#5E66EB (or 0x5E66EB) is unknown color: approx Medium Slate Blue. HEX triplet: 5E, 66 and EB. RGB value is (94,102,235). Sum of RGB (Red+Green+Blue) = 94+102+235=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E66EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E66EB is #A19914. Grayscale: #727272. Windows color (decimal): -10590485 or 15427166. OLE color: 15427166.

HSL color Cylindrical-coordinate representation of color #5E66EB: hue angle of 236.6º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E66EB is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94102235-
CMYK0.60.5700.08
HSL236.6º77.9%64.51%-
HSV(B)236.6º60%92.16%-
XYZ24.3617.8880.76-
YUV114.77195.85113.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.81%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 235 (92.19% from 255) = 54.52%
R=21.81%
G=23.67%
B=54.52%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941022350.60.5700.08236.677.964.51
Hex5E66EB3C3908ed4e41
Octal1361463537471010355116101
Binary1011110110011011101011111100111001010001110110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E66EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,102,235); }

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

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

 a { background-color: rgb(94,102,235); }

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

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

 span { border-color: rgb(94,102,235); }

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