Html Css Color HEX #5D4EDB Slate Blue

📋 copy color: '#5D4EDB'

red 93 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #5D4EDB

Tints of Slate Blue #5D4EDB

RGB

 RED value IS 93 (36.72% from 255) = 23.85%

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

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

R = 23.85%
G = 20%
B = 56.15%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D4EDB (or 0x5D4EDB) is known color: Slate Blue. HEX triplet: 5D, 4E and DB. RGB value is (93,78,219). Sum of RGB (Red+Green+Blue) = 93+78+219=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 78 (30.86% from 255 or 20% 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 #5D4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4EDB is #A2B124. Grayscale: #626262. Windows color (decimal): -10662181 or 14372445. OLE color: 14372445.

HSL color Cylindrical-coordinate representation of color #5D4EDB: hue angle of 246.38º 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 #5D4EDB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 78 219 -
CMYK 0.58 0.64 0 0.14
HSL 246.38º 0.66% 0.58% -
HSV(B) 246.38º 0.64% 0.86% -
XYZ 20.02 12.89 68.45 -
YUV 98.56 195.97 124.04 -
System Red Green Blue C M Y K H S L
Decimal 93 78 219 0.58 0.64 0 0.14 246.38 0.66 0.58
Hex 5D 4E DB 3A 40 0 E F6 42 3A
Octal 135 116 333 72 100 0 16 366 102 72
Binary 1011101 1001110 11011011 111010 1000000 0 1110 11110110 1000010 111010

Color Harmonies of #5D4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4EDB

Black with #5D4EDB

Text Example


Text Example

White with #5D4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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