#5A4EC0

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

Shades of Slate Blue #5A4EC0

Tints of Slate Blue #5A4EC0

Color information

#5A4EC0 (or 0x5A4EC0) is unknown color: approx Slate Blue. HEX triplet: 5A, 4E and C0. RGB value is (90,78,192). Sum of RGB (Red+Green+Blue) = 90+78+192=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EC0 is #A5B13F. Grayscale: #5E5E5E. Windows color (decimal): -10858816 or 12602970. OLE color: 12602970.

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

Color convert

RGB9078192-
CMYK0.530.5900.25
HSL246.32º47.5%52.94%-
HSV(B)246.32º59.38%75.29%-
XYZ16.4611.4351.21-
YUV94.58182.98124.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 192 (75.39% from 255) = 53.33%
R=25%
G=21.67%
B=53.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90781920.530.5900.25246.3247.552.94
Hex5A4EC0353B019f63035
Octal13211630065730313666065
Binary101101010011101100000011010111101101100111110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,78,192); }

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

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

 a { background-color: rgb(90,78,192); }

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

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

 span { border-color: rgb(90,78,192); }

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