Html Css Color HEX #5E66EA Medium Slate Blue

📋 copy color: '#5E66EA'

red 94 ◦ green 102 ◦ blue 234

#5E66EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #5E66EA

Tints of Medium Slate Blue #5E66EA

RGB

 RED value IS 94 (37.11% from 255) = 21.86%

 GREEN value IS 102 (40.23% from 255) = 23.72%

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 21.86%
G = 23.72%
B = 54.42%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E66EA (or 0x5E66EA) is known color: Medium Slate Blue. HEX triplet: 5E, 66 and EA. RGB value is (94,102,234). Sum of RGB (Red+Green+Blue) = 94+102+234=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E66EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E66EA is #A19915. Grayscale: #727272. Windows color (decimal): -10590486 or 15361630. OLE color: 15361630.

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

Color convert

RGB 94 102 234 -
CMYK 0.60 0.56 0 0.08
HSL 236.57º 0.77% 0.64% -
HSV(B) 236.57º 0.6% 0.92% -
XYZ 24.22 17.82 80.01 -
YUV 114.66 195.35 113.27 -
System Red Green Blue C M Y K H S L
Decimal 94 102 234 0.60 0.56 0 0.08 236.57 0.77 0.64
Hex 5E 66 EA 3C 38 0 8 ED 4D 40
Octal 136 146 352 74 70 0 10 355 115 100
Binary 1011110 1100110 11101010 111100 111000 0 1000 11101101 1001101 1000000

Color Harmonies of #5E66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E66EA

Black with #5E66EA

Text Example


Text Example

White with #5E66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E66EA;
 }
 .AnyTagClassName
 {
   color: #5E66EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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