Html Css Color HEX #5D41CD Slate Blue

📋 copy color: '#5D41CD'

red 93 ◦ green 65 ◦ blue 205

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

Shades of Slate Blue #5D41CD

Tints of Slate Blue #5D41CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 25.62%
G = 17.91%
B = 56.47%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D41CD (or 0x5D41CD) is known color: Slate Blue. HEX triplet: 5D, 41 and CD. RGB value is (93,65,205). Sum of RGB (Red+Green+Blue) = 93+65+205=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D41CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41CD is #A2BE32. Grayscale: #585858. Windows color (decimal): -10665523 or 13451613. OLE color: 13451613.

HSL color Cylindrical-coordinate representation of color #5D41CD: hue angle of 252º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D41CD is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 65 205 -
CMYK 0.55 0.68 0 0.20
HSL 252º 0.58% 0.53% -
HSV(B) 252º 0.68% 0.8% -
XYZ 17.42 10.52 58.87 -
YUV 89.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 93 65 205 0.55 0.68 0 0.20 252 0.58 0.53
Hex 5D 41 CD 37 44 0 14 FC 3A 35
Octal 135 101 315 67 104 0 24 374 72 65
Binary 1011101 1000001 11001101 110111 1000100 0 10100 11111100 111010 110101

Color Harmonies of #5D41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D41CD

Black with #5D41CD

Text Example


Text Example

White with #5D41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,65,205); }

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

background-color css

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

 a { background-color: rgb(93,65,205); }

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

border-color css

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

 span { border-color: rgb(93,65,205); }

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