Html Css Color HEX #5C47CA Slate Blue

📋 copy color: '#5C47CA'

red 92 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #5C47CA

Tints of Slate Blue #5C47CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 25.21%
G = 19.45%
B = 55.34%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C47CA (or 0x5C47CA) is known color: Slate Blue. HEX triplet: 5C, 47 and CA. RGB value is (92,71,202). Sum of RGB (Red+Green+Blue) = 92+71+202=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C47CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C47CA is #A3B835. Grayscale: #5B5B5B. Windows color (decimal): -10729526 or 13256540. OLE color: 13256540.

HSL color Cylindrical-coordinate representation of color #5C47CA: hue angle of 249.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C47CA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 71 202 -
CMYK 0.54 0.65 0 0.21
HSL 249.62º 0.55% 0.54% -
HSV(B) 249.62º 0.65% 0.79% -
XYZ 17.33 11.05 57.1 -
YUV 92.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 92 71 202 0.54 0.65 0 0.21 249.62 0.55 0.54
Hex 5C 47 CA 36 41 0 15 FA 37 36
Octal 134 107 312 66 101 0 25 372 67 66
Binary 1011100 1000111 11001010 110110 1000001 0 10101 11111010 110111 110110

Color Harmonies of #5C47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C47CA

Black with #5C47CA

Text Example


Text Example

White with #5C47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,71,202); }

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

background-color css

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

 a { background-color: rgb(92,71,202); }

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

border-color css

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

 span { border-color: rgb(92,71,202); }

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