Html Css Color HEX #5C4CDF Slate Blue

📋 copy color: '#5C4CDF'

red 92 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #5C4CDF

Tints of Slate Blue #5C4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.44%

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

R = 23.53%
G = 19.44%
B = 57.03%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5C4CDF (or 0x5C4CDF) is known color: Slate Blue. HEX triplet: 5C, 4C and DF. RGB value is (92,76,223). Sum of RGB (Red+Green+Blue) = 92+76+223=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CDF is #A3B320. Grayscale: #606060. Windows color (decimal): -10728225 or 14634076. OLE color: 14634076.

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

Color convert

RGB 92 76 223 -
CMYK 0.59 0.66 0 0.13
HSL 246.53º 0.7% 0.59% -
HSV(B) 246.53º 0.66% 0.87% -
XYZ 20.32 12.77 71.21 -
YUV 97.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 92 76 223 0.59 0.66 0 0.13 246.53 0.7 0.59
Hex 5C 4C DF 3B 42 0 D F7 46 3B
Octal 134 114 337 73 102 0 15 367 106 73
Binary 1011100 1001100 11011111 111011 1000010 0 1101 11110111 1000110 111011

Color Harmonies of #5C4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4CDF

Black with #5C4CDF

Text Example


Text Example

White with #5C4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,76,223); }

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

background-color css

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

 a { background-color: rgb(92,76,223); }

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

border-color css

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

 span { border-color: rgb(92,76,223); }

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