#5E5AC0

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

Shades of Slate Blue #5E5AC0

Tints of Slate Blue #5E5AC0

Color information

#5E5AC0 (or 0x5E5AC0) is unknown color: approx Slate Blue. HEX triplet: 5E, 5A and C0. RGB value is (94,90,192). Sum of RGB (Red+Green+Blue) = 94+90+192=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E5AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5AC0 is #A1A53F. Grayscale: #666666. Windows color (decimal): -10593600 or 12606046. OLE color: 12606046.

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

Color convert

RGB9490192-
CMYK0.510.5300.25
HSL242.35º44.74%55.29%-
HSV(B)242.35º53.12%75.29%-
XYZ17.7913.551.54-
YUV102.82178.33121.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=25%
G=23.94%
B=51.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94901920.510.5300.25242.3544.7455.29
Hex5E5AC03335019f22d37
Octal13613230063650313625567
Binary101111010110101100000011001111010101100111110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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