#5E47BF

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

Shades of Slate Blue #5E47BF

Tints of Slate Blue #5E47BF

Color information

#5E47BF (or 0x5E47BF) is unknown color: approx Slate Blue. HEX triplet: 5E, 47 and BF. RGB value is (94,71,191). Sum of RGB (Red+Green+Blue) = 94+71+191=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E47BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47BF is #A1B840. Grayscale: #5B5B5B. Windows color (decimal): -10598465 or 12535646. OLE color: 12535646.

HSL color Cylindrical-coordinate representation of color #5E47BF: hue angle of 251.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E47BF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9471191-
CMYK0.510.6300.25
HSL251.5º48.39%51.37%-
HSV(B)251.5º62.83%74.9%-
XYZ16.2710.6550.49-
YUV91.56184.12129.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 191 (75% from 255) = 53.65%
R=26.40%
G=19.94%
B=53.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94711910.510.6300.25251.548.3951.37
Hex5E47BF333F019fc3033
Octal13610727763770313746063
Binary101111010001111011111111001111111101100111111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,71,191); }

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

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

 a { background-color: rgb(94,71,191); }

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

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

 span { border-color: rgb(94,71,191); }

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