#5E56CA

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

Shades of Slate Blue #5E56CA

Tints of Slate Blue #5E56CA

Color information

#5E56CA (or 0x5E56CA) is unknown color: approx Slate Blue. HEX triplet: 5E, 56 and CA. RGB value is (94,86,202). Sum of RGB (Red+Green+Blue) = 94+86+202=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E56CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E56CA is #A1A935. Grayscale: #656565. Windows color (decimal): -10594614 or 13260382. OLE color: 13260382.

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

Color convert

RGB9486202-
CMYK0.530.5700.21
HSL244.14º52.25%56.47%-
HSV(B)244.14º57.43%79.22%-
XYZ18.613.357.46-
YUV101.62184.65122.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.61%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=24.61%
G=22.51%
B=52.88%

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
Decimal94862020.530.5700.21244.1452.2556.47
Hex5E56CA3539015f43438
Octal13612631265710253646470
Binary101111010101101100101011010111100101010111110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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