#5E47CA

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

Shades of Slate Blue #5E47CA

Tints of Slate Blue #5E47CA

Color information

#5E47CA (or 0x5E47CA) is unknown color: approx Slate Blue. HEX triplet: 5E, 47 and CA. RGB value is (94,71,202). Sum of RGB (Red+Green+Blue) = 94+71+202=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E47CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47CA is #A1B835. Grayscale: #5C5C5C. Windows color (decimal): -10598454 or 13256542. OLE color: 13256542.

HSL color Cylindrical-coordinate representation of color #5E47CA: hue angle of 250.53º 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 #5E47CA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9471202-
CMYK0.530.6500.21
HSL250.53º55.27%53.53%-
HSV(B)250.53º64.85%79.22%-
XYZ17.5311.1557.11-
YUV92.81189.62128.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.61%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=25.61%
G=19.35%
B=55.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94712020.530.6500.21250.5355.2753.53
Hex5E47CA3541015fb3736
Octal136107312651010253736766
Binary1011110100011111001010110101100000101010111111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E47CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E47CA;
 }
 .AnyTagClassName
 {
   color: #5E47CA;
 }
</style>
background-color css

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

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

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

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

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

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