#5E5ACF

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

Shades of Slate Blue #5E5ACF

Tints of Slate Blue #5E5ACF

Color information

#5E5ACF (or 0x5E5ACF) is unknown color: approx Slate Blue. HEX triplet: 5E, 5A and CF. RGB value is (94,90,207). Sum of RGB (Red+Green+Blue) = 94+90+207=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5ACF is #A1A530. Grayscale: #686868. Windows color (decimal): -10593585 or 13589086. OLE color: 13589086.

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

Color convert

RGB9490207-
CMYK0.550.5700.19
HSL242.05º54.93%58.24%-
HSV(B)242.05º56.52%81.18%-
XYZ19.5314.260.74-
YUV104.53185.83120.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.04%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 207 (81.25% from 255) = 52.94%
R=24.04%
G=23.02%
B=52.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal94902070.550.5700.19242.0554.9358.24
Hex5E5ACF3739013f2373a
Octal13613231767710233626772
Binary101111010110101100111111011111100101001111110010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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