#5E4ECC

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

Shades of Slate Blue #5E4ECC

Tints of Slate Blue #5E4ECC

Color information

#5E4ECC (or 0x5E4ECC) is unknown color: approx Slate Blue. HEX triplet: 5E, 4E and CC. RGB value is (94,78,204). Sum of RGB (Red+Green+Blue) = 94+78+204=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E4ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4ECC is #A1B133. Grayscale: #606060. Windows color (decimal): -10596660 or 13389406. OLE color: 13389406.

HSL color Cylindrical-coordinate representation of color #5E4ECC: hue angle of 247.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E4ECC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9478204-
CMYK0.540.6200.2
HSL247.62º55.26%55.29%-
HSV(B)247.62º61.76%80%-
XYZ18.2412.1958.52-
YUV97.15188.3125.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=25%
G=20.74%
B=54.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal94782040.540.6200.2247.6255.2655.29
Hex5E4ECC363E014f83737
Octal13611631466760243706767
Binary101111010011101100110011011011111001010011111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,78,204); }

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

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

 a { background-color: rgb(94,78,204); }

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

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

 span { border-color: rgb(94,78,204); }

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