#5E57C3

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

Shades of Slate Blue #5E57C3

Tints of Slate Blue #5E57C3

Color information

#5E57C3 (or 0x5E57C3) is unknown color: approx Slate Blue. HEX triplet: 5E, 57 and C3. RGB value is (94,87,195). Sum of RGB (Red+Green+Blue) = 94+87+195=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #5E57C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57C3 is #A1A83C. Grayscale: #646464. Windows color (decimal): -10594365 or 12801886. OLE color: 12801886.

HSL color Cylindrical-coordinate representation of color #5E57C3: hue angle of 243.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E57C3 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9487195-
CMYK0.520.5500.24
HSL243.89º47.37%55.29%-
HSV(B)243.89º55.38%76.47%-
XYZ17.8713.1453.22-
YUV101.4180.82122.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 195 (76.56% from 255) = 51.86%
R=25%
G=23.14%
B=51.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94871950.520.5500.24243.8947.3755.29
Hex5E57C33437018f42f37
Octal13612730364670303645767
Binary101111010101111100001111010011011101100011110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E57C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,87,195); }

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

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

 a { background-color: rgb(94,87,195); }

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

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

 span { border-color: rgb(94,87,195); }

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