Html Css Color HEX #5E4EDB Slate Blue

📋 copy color: '#5E4EDB'

red 94 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #5E4EDB

Tints of Slate Blue #5E4EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.95%

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 24.04%
G = 19.95%
B = 56.01%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E4EDB (or 0x5E4EDB) is known color: Slate Blue. HEX triplet: 5E, 4E and DB. RGB value is (94,78,219). Sum of RGB (Red+Green+Blue) = 94+78+219=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4EDB is #A1B124. Grayscale: #626262. Windows color (decimal): -10596645 or 14372446. OLE color: 14372446.

HSL color Cylindrical-coordinate representation of color #5E4EDB: hue angle of 246.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E4EDB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 78 219 -
CMYK 0.57 0.64 0 0.14
HSL 246.81º 0.66% 0.58% -
HSV(B) 246.81º 0.64% 0.86% -
XYZ 20.13 12.94 68.46 -
YUV 98.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 94 78 219 0.57 0.64 0 0.14 246.81 0.66 0.58
Hex 5E 4E DB 39 40 0 E F7 42 3A
Octal 136 116 333 71 100 0 16 367 102 72
Binary 1011110 1001110 11011011 111001 1000000 0 1110 11110111 1000010 111010

Color Harmonies of #5E4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4EDB

Black with #5E4EDB

Text Example


Text Example

White with #5E4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,78,219); }

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

background-color css

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

 a { background-color: rgb(94,78,219); }

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

border-color css

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

 span { border-color: rgb(94,78,219); }

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