Html Css Color HEX #5C4AD1 Slate Blue

📋 copy color: '#5C4AD1'

red 92 ◦ green 74 ◦ blue 209

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

Shades of Slate Blue #5C4AD1

Tints of Slate Blue #5C4AD1

RGB

 RED value IS 92 (36.33% from 255) = 24.53%

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

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 24.53%
G = 19.73%
B = 55.73%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5C4AD1 (or 0x5C4AD1) is known color: Slate Blue. HEX triplet: 5C, 4A and D1. RGB value is (92,74,209). Sum of RGB (Red+Green+Blue) = 92+74+209=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C4AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4AD1 is #A3B52E. Grayscale: #5E5E5E. Windows color (decimal): -10728751 or 13716060. OLE color: 13716060.

HSL color Cylindrical-coordinate representation of color #5C4AD1: hue angle of 248º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C4AD1 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 74 209 -
CMYK 0.56 0.65 0 0.18
HSL 248º 0.59% 0.55% -
HSV(B) 248º 0.65% 0.82% -
XYZ 18.37 11.78 61.63 -
YUV 94.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 92 74 209 0.56 0.65 0 0.18 248 0.59 0.55
Hex 5C 4A D1 38 41 0 12 F8 3B 37
Octal 134 112 321 70 101 0 22 370 73 67
Binary 1011100 1001010 11010001 111000 1000001 0 10010 11111000 111011 110111

Color Harmonies of #5C4AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4AD1

Black with #5C4AD1

Text Example


Text Example

White with #5C4AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,74,209); }

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

background-color css

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

 a { background-color: rgb(92,74,209); }

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

border-color css

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

 span { border-color: rgb(92,74,209); }

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