Html Css Color HEX #5E3DE1 Slate Blue

📋 copy color: '#5E3DE1'

red 94 ◦ green 61 ◦ blue 225

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

Shades of Slate Blue #5E3DE1

Tints of Slate Blue #5E3DE1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.05%

 BLUE value IS 225 (88.28% from 255) = 59.21%

R = 24.74%
G = 16.05%
B = 59.21%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5E3DE1 (or 0x5E3DE1) is known color: Slate Blue. HEX triplet: 5E, 3D and E1. RGB value is (94,61,225). Sum of RGB (Red+Green+Blue) = 94+61+225=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #5E3DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DE1 is #A1C21E. Grayscale: #585858. Windows color (decimal): -10600991 or 14761310. OLE color: 14761310.

HSL color Cylindrical-coordinate representation of color #5E3DE1: hue angle of 252.07º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E3DE1 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 61 225 -
CMYK 0.58 0.73 0 0.12
HSL 252.07º 0.73% 0.56% -
HSV(B) 252.07º 0.73% 0.88% -
XYZ 19.88 11.15 72.34 -
YUV 89.56 204.43 131.16 -
System Red Green Blue C M Y K H S L
Decimal 94 61 225 0.58 0.73 0 0.12 252.07 0.73 0.56
Hex 5E 3D E1 3A 49 0 C FC 49 38
Octal 136 75 341 72 111 0 14 374 111 70
Binary 1011110 111101 11100001 111010 1001001 0 1100 11111100 1001001 111000

Color Harmonies of #5E3DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3DE1

Black with #5E3DE1

Text Example


Text Example

White with #5E3DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,61,225); }

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

background-color css

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

 a { background-color: rgb(94,61,225); }

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

border-color css

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

 span { border-color: rgb(94,61,225); }

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