Html Css Color HEX #5D4ECD Slate Blue

📋 copy color: '#5D4ECD'

red 93 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #5D4ECD

Tints of Slate Blue #5D4ECD

RGB

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

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

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

R = 24.73%
G = 20.74%
B = 54.52%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D4ECD (or 0x5D4ECD) is known color: Slate Blue. HEX triplet: 5D, 4E and CD. RGB value is (93,78,205). Sum of RGB (Red+Green+Blue) = 93+78+205=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D4ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4ECD is #A2B132. Grayscale: #606060. Windows color (decimal): -10662195 or 13454941. OLE color: 13454941.

HSL color Cylindrical-coordinate representation of color #5D4ECD: hue angle of 247.09º 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 #5D4ECD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 78 205 -
CMYK 0.55 0.62 0 0.20
HSL 247.09º 0.56% 0.55% -
HSV(B) 247.09º 0.62% 0.8% -
XYZ 18.26 12.18 59.15 -
YUV 96.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 93 78 205 0.55 0.62 0 0.20 247.09 0.56 0.55
Hex 5D 4E CD 37 3E 0 14 F7 38 37
Octal 135 116 315 67 76 0 24 367 70 67
Binary 1011101 1001110 11001101 110111 111110 0 10100 11110111 111000 110111

Color Harmonies of #5D4ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4ECD

Black with #5D4ECD

Text Example


Text Example

White with #5D4ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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