#5E57CA

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

Shades of Slate Blue #5E57CA

Tints of Slate Blue #5E57CA

Color information

#5E57CA (or 0x5E57CA) is unknown color: approx Slate Blue. HEX triplet: 5E, 57 and CA. RGB value is (94,87,202). Sum of RGB (Red+Green+Blue) = 94+87+202=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E57CA is #A1A835. Grayscale: #656565. Windows color (decimal): -10594358 or 13260638. OLE color: 13260638.

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

Color convert

RGB9487202-
CMYK0.530.5700.21
HSL243.65º52.04%56.67%-
HSV(B)243.65º56.93%79.22%-
XYZ18.6813.4657.49-
YUV102.2184.32122.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.54%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=24.54%
G=22.72%
B=52.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94872020.530.5700.21243.6552.0456.67
Hex5E57CA3539015f43439
Octal13612731265710253646471
Binary101111010101111100101011010111100101010111110100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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