#5E4ABF

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

Shades of Slate Blue #5E4ABF

Tints of Slate Blue #5E4ABF

Color information

#5E4ABF (or 0x5E4ABF) is unknown color: approx Slate Blue. HEX triplet: 5E, 4A and BF. RGB value is (94,74,191). Sum of RGB (Red+Green+Blue) = 94+74+191=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E4ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E4ABF is #A1B540. Grayscale: #5C5C5C. Windows color (decimal): -10597697 or 12536414. OLE color: 12536414.

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

Color convert

RGB9474191-
CMYK0.510.6100.25
HSL250.26º47.76%51.96%-
HSV(B)250.26º61.26%74.9%-
XYZ16.4711.0450.55-
YUV93.32183.13128.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 191 (75% from 255) = 53.20%
R=26.18%
G=20.61%
B=53.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94741910.510.6100.25250.2647.7651.96
Hex5E4ABF333D019fa3034
Octal13611227763750313726064
Binary101111010010101011111111001111110101100111111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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