#5E4ACE

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

Shades of Slate Blue #5E4ACE

Tints of Slate Blue #5E4ACE

Color information

#5E4ACE (or 0x5E4ACE) is unknown color: approx Slate Blue. HEX triplet: 5E, 4A and CE. RGB value is (94,74,206). Sum of RGB (Red+Green+Blue) = 94+74+206=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E4ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4ACE is #A1B531. Grayscale: #5E5E5E. Windows color (decimal): -10597682 or 13519454. OLE color: 13519454.

HSL color Cylindrical-coordinate representation of color #5E4ACE: hue angle of 249.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E4ACE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9474206-
CMYK0.540.6400.19
HSL249.09º57.39%54.9%-
HSV(B)249.09º64.08%80.78%-
XYZ18.2111.7359.7-
YUV95.03190.63127.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.13%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 206 (80.86% from 255) = 55.08%
R=25.13%
G=19.79%
B=55.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94742060.540.6400.19249.0957.3954.9
Hex5E4ACE3640013f93937
Octal136112316661000233717167
Binary1011110100101011001110110110100000001001111111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,74,206); }

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

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

 a { background-color: rgb(94,74,206); }

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

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

 span { border-color: rgb(94,74,206); }

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