Html Css Color HEX #5D3FDF Slate Blue

📋 copy color: '#5D3FDF'

red 93 ◦ green 63 ◦ blue 223

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

Shades of Slate Blue #5D3FDF

Tints of Slate Blue #5D3FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

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

R = 24.54%
G = 16.62%
B = 58.84%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D3FDF (or 0x5D3FDF) is known color: Slate Blue. HEX triplet: 5D, 3F and DF. RGB value is (93,63,223). Sum of RGB (Red+Green+Blue) = 93+63+223=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D3FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FDF is #A2C020. Grayscale: #595959. Windows color (decimal): -10666017 or 14630749. OLE color: 14630749.

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

Color convert

RGB 93 63 223 -
CMYK 0.58 0.72 0 0.13
HSL 251.25º 0.71% 0.56% -
HSV(B) 251.25º 0.72% 0.87% -
XYZ 19.61 11.21 70.94 -
YUV 90.21 202.94 129.99 -
System Red Green Blue C M Y K H S L
Decimal 93 63 223 0.58 0.72 0 0.13 251.25 0.71 0.56
Hex 5D 3F DF 3A 48 0 D FB 47 38
Octal 135 77 337 72 110 0 15 373 107 70
Binary 1011101 111111 11011111 111010 1001000 0 1101 11111011 1000111 111000

Color Harmonies of #5D3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3FDF

Black with #5D3FDF

Text Example


Text Example

White with #5D3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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