Html Css Color HEX #5C4AC4 Slate Blue

📋 copy color: '#5C4AC4'

red 92 ◦ green 74 ◦ blue 196

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

Shades of Slate Blue #5C4AC4

Tints of Slate Blue #5C4AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 54.14%

R = 25.41%
G = 20.44%
B = 54.14%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5C4AC4 (or 0x5C4AC4) is known color: Slate Blue. HEX triplet: 5C, 4A and C4. RGB value is (92,74,196). Sum of RGB (Red+Green+Blue) = 92+74+196=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #5C4AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4AC4 is #A3B53B. Grayscale: #5C5C5C. Windows color (decimal): -10728764 or 12864092. OLE color: 12864092.

HSL color Cylindrical-coordinate representation of color #5C4AC4: hue angle of 248.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C4AC4 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 92 74 196 -
CMYK 0.53 0.62 0 0.23
HSL 248.85º 0.51% 0.53% -
HSV(B) 248.85º 0.62% 0.77% -
XYZ 16.83 11.16 53.49 -
YUV 93.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 92 74 196 0.53 0.62 0 0.23 248.85 0.51 0.53
Hex 5C 4A C4 35 3E 0 17 F9 33 35
Octal 134 112 304 65 76 0 27 371 63 65
Binary 1011100 1001010 11000100 110101 111110 0 10111 11111001 110011 110101

Color Harmonies of #5C4AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4AC4

Black with #5C4AC4

Text Example


Text Example

White with #5C4AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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