#5C47CA

Color #5C47CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5C47CA

Tints of Slate Blue #5C47CA

Color information

#5C47CA (or 0x5C47CA) is unknown color: approx 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

RGB9271202-
CMYK0.540.6500.21
HSL249.62º55.27%53.53%-
HSV(B)249.62º64.85%79.22%-
XYZ17.3311.0557.1-
YUV92.21189.96127.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.21%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=25.21%
G=19.45%
B=55.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92712020.540.6500.21249.6255.2753.53
Hex5C47CA3641015fa3736
Octal134107312661010253726766
Binary1011100100011111001010110110100000101010111111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C47CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>