Html Css Color HEX #5D4AD6 Slate Blue

📋 copy color: '#5D4AD6'

red 93 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #5D4AD6

Tints of Slate Blue #5D4AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 214 (83.98% from 255) = 56.17%

R = 24.41%
G = 19.42%
B = 56.17%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5D4AD6 (or 0x5D4AD6) is known color: Slate Blue. HEX triplet: 5D, 4A and D6. RGB value is (93,74,214). Sum of RGB (Red+Green+Blue) = 93+74+214=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #5D4AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4AD6 is #A2B529. Grayscale: #5F5F5F. Windows color (decimal): -10663210 or 14043741. OLE color: 14043741.

HSL color Cylindrical-coordinate representation of color #5D4AD6: hue angle of 248.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D4AD6 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 74 214 -
CMYK 0.57 0.65 0 0.16
HSL 248.14º 0.63% 0.56% -
HSV(B) 248.14º 0.65% 0.84% -
XYZ 19.1 12.08 64.94 -
YUV 95.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 93 74 214 0.57 0.65 0 0.16 248.14 0.63 0.56
Hex 5D 4A D6 39 41 0 10 F8 3F 38
Octal 135 112 326 71 101 0 20 370 77 70
Binary 1011101 1001010 11010110 111001 1000001 0 10000 11111000 111111 111000

Color Harmonies of #5D4AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4AD6

Black with #5D4AD6

Text Example


Text Example

White with #5D4AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,74,214); }

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

background-color css

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

 a { background-color: rgb(93,74,214); }

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

border-color css

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

 span { border-color: rgb(93,74,214); }

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