Html Css Color HEX #5D4ADF Slate Blue

📋 copy color: '#5D4ADF'

red 93 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #5D4ADF

Tints of Slate Blue #5D4ADF

RGB

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

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

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

R = 23.85%
G = 18.97%
B = 57.18%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D4ADF (or 0x5D4ADF) is known color: Slate Blue. HEX triplet: 5D, 4A and DF. RGB value is (93,74,223). Sum of RGB (Red+Green+Blue) = 93+74+223=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D4ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4ADF is #A2B520. Grayscale: #606060. Windows color (decimal): -10663201 or 14633565. OLE color: 14633565.

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

Color convert

RGB 93 74 223 -
CMYK 0.58 0.67 0 0.13
HSL 247.65º 0.7% 0.58% -
HSV(B) 247.65º 0.67% 0.87% -
XYZ 20.28 12.55 71.17 -
YUV 96.67 199.29 125.38 -
System Red Green Blue C M Y K H S L
Decimal 93 74 223 0.58 0.67 0 0.13 247.65 0.7 0.58
Hex 5D 4A DF 3A 43 0 D F8 46 3A
Octal 135 112 337 72 103 0 15 370 106 72
Binary 1011101 1001010 11011111 111010 1000011 0 1101 11111000 1000110 111010

Color Harmonies of #5D4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4ADF

Black with #5D4ADF

Text Example


Text Example

White with #5D4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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