Html Css Color HEX #5D4BDC Slate Blue

📋 copy color: '#5D4BDC'

red 93 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #5D4BDC

Tints of Slate Blue #5D4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.33%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 23.97%
G = 19.33%
B = 56.7%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D4BDC (or 0x5D4BDC) is known color: Slate Blue. HEX triplet: 5D, 4B and DC. RGB value is (93,75,220). Sum of RGB (Red+Green+Blue) = 93+75+220=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4BDC is #A2B423. Grayscale: #606060. Windows color (decimal): -10662948 or 14437213. OLE color: 14437213.

HSL color Cylindrical-coordinate representation of color #5D4BDC: hue angle of 247.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D4BDC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 75 220 -
CMYK 0.58 0.66 0 0.14
HSL 247.45º 0.67% 0.58% -
HSV(B) 247.45º 0.66% 0.86% -
XYZ 19.95 12.53 69.08 -
YUV 96.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 93 75 220 0.58 0.66 0 0.14 247.45 0.67 0.58
Hex 5D 4B DC 3A 42 0 E F7 43 3A
Octal 135 113 334 72 102 0 16 367 103 72
Binary 1011101 1001011 11011100 111010 1000010 0 1110 11110111 1000011 111010

Color Harmonies of #5D4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4BDC

Black with #5D4BDC

Text Example


Text Example

White with #5D4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,75,220); }

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

background-color css

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

 a { background-color: rgb(93,75,220); }

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

border-color css

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

 span { border-color: rgb(93,75,220); }

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