Html Css Color HEX #5E4ECD Slate Blue

📋 copy color: '#5E4ECD'

red 94 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #5E4ECD

Tints of Slate Blue #5E4ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 24.93%
G = 20.69%
B = 54.38%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E4ECD (or 0x5E4ECD) is known color: Slate Blue. HEX triplet: 5E, 4E and CD. RGB value is (94,78,205). Sum of RGB (Red+Green+Blue) = 94+78+205=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E4ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4ECD is #A1B132. Grayscale: #606060. Windows color (decimal): -10596659 or 13454942. OLE color: 13454942.

HSL color Cylindrical-coordinate representation of color #5E4ECD: hue angle of 247.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4ECD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 78 205 -
CMYK 0.54 0.62 0 0.20
HSL 247.56º 0.56% 0.55% -
HSV(B) 247.56º 0.62% 0.8% -
XYZ 18.36 12.24 59.15 -
YUV 97.26 188.8 125.67 -
System Red Green Blue C M Y K H S L
Decimal 94 78 205 0.54 0.62 0 0.20 247.56 0.56 0.55
Hex 5E 4E CD 36 3E 0 14 F8 38 37
Octal 136 116 315 66 76 0 24 370 70 67
Binary 1011110 1001110 11001101 110110 111110 0 10100 11111000 111000 110111

Color Harmonies of #5E4ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4ECD

Black with #5E4ECD

Text Example


Text Example

White with #5E4ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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