Html Css Color HEX #5D4CDF Slate Blue

📋 copy color: '#5D4CDF'

red 93 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #5D4CDF

Tints of Slate Blue #5D4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.39%

 BLUE value IS 223 (87.5% from 255) = 56.89%

R = 23.72%
G = 19.39%
B = 56.89%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D4CDF (or 0x5D4CDF) is known color: Slate Blue. HEX triplet: 5D, 4C and DF. RGB value is (93,76,223). Sum of RGB (Red+Green+Blue) = 93+76+223=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CDF is #A2B320. Grayscale: #616161. Windows color (decimal): -10662689 or 14634077. OLE color: 14634077.

HSL color Cylindrical-coordinate representation of color #5D4CDF: hue angle of 246.94º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D4CDF is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 76 223 -
CMYK 0.58 0.66 0 0.13
HSL 246.94º 0.7% 0.59% -
HSV(B) 246.94º 0.66% 0.87% -
XYZ 20.42 12.82 71.21 -
YUV 97.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 93 76 223 0.58 0.66 0 0.13 246.94 0.7 0.59
Hex 5D 4C DF 3A 42 0 D F7 46 3B
Octal 135 114 337 72 102 0 15 367 106 73
Binary 1011101 1001100 11011111 111010 1000010 0 1101 11110111 1000110 111011

Color Harmonies of #5D4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CDF

Black with #5D4CDF

Text Example


Text Example

White with #5D4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,76,223); }

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

background-color css

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

 a { background-color: rgb(93,76,223); }

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

border-color css

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

 span { border-color: rgb(93,76,223); }

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