Html Css Color HEX #5E4DDB Slate Blue

📋 copy color: '#5E4DDB'

red 94 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #5E4DDB

Tints of Slate Blue #5E4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.74%

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

R = 24.1%
G = 19.74%
B = 56.15%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E4DDB (or 0x5E4DDB) is known color: Slate Blue. HEX triplet: 5E, 4D and DB. RGB value is (94,77,219). Sum of RGB (Red+Green+Blue) = 94+77+219=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4DDB is #A1B224. Grayscale: #616161. Windows color (decimal): -10596901 or 14372190. OLE color: 14372190.

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

Color convert

RGB 94 77 219 -
CMYK 0.57 0.65 0 0.14
HSL 247.18º 0.66% 0.58% -
HSV(B) 247.18º 0.65% 0.86% -
XYZ 20.06 12.8 68.43 -
YUV 98.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 94 77 219 0.57 0.65 0 0.14 247.18 0.66 0.58
Hex 5E 4D DB 39 41 0 E F7 42 3A
Octal 136 115 333 71 101 0 16 367 102 72
Binary 1011110 1001101 11011011 111001 1000001 0 1110 11110111 1000010 111010

Color Harmonies of #5E4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4DDB

Black with #5E4DDB

Text Example


Text Example

White with #5E4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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