Html Css Color HEX #5D4ECE Slate Blue

📋 copy color: '#5D4ECE'

red 93 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #5D4ECE

Tints of Slate Blue #5D4ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 24.67%
G = 20.69%
B = 54.64%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D4ECE (or 0x5D4ECE) is known color: Slate Blue. HEX triplet: 5D, 4E and CE. RGB value is (93,78,206). Sum of RGB (Red+Green+Blue) = 93+78+206=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4ECE is #A2B131. Grayscale: #606060. Windows color (decimal): -10662194 or 13520477. OLE color: 13520477.

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

Color convert

RGB 93 78 206 -
CMYK 0.55 0.62 0 0.19
HSL 247.03º 0.57% 0.56% -
HSV(B) 247.03º 0.62% 0.81% -
XYZ 18.38 12.23 59.78 -
YUV 97.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 93 78 206 0.55 0.62 0 0.19 247.03 0.57 0.56
Hex 5D 4E CE 37 3E 0 13 F7 39 38
Octal 135 116 316 67 76 0 23 367 71 70
Binary 1011101 1001110 11001110 110111 111110 0 10011 11110111 111001 111000

Color Harmonies of #5D4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4ECE

Black with #5D4ECE

Text Example


Text Example

White with #5D4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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