#5E66DE

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

Shades of Slate Blue #5E66DE

Tints of Slate Blue #5E66DE

Color information

#5E66DE (or 0x5E66DE) is unknown color: approx Slate Blue. HEX triplet: 5E, 66 and DE. RGB value is (94,102,222). Sum of RGB (Red+Green+Blue) = 94+102+222=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E66DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E66DE is #A19921. Grayscale: #707070. Windows color (decimal): -10590498 or 14575198. OLE color: 14575198.

HSL color Cylindrical-coordinate representation of color #5E66DE: hue angle of 236.25º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E66DE is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94102222-
CMYK0.580.5400.13
HSL236.25º65.98%61.96%-
HSV(B)236.25º57.66%87.06%-
XYZ22.5517.1671.23-
YUV113.29189.35114.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 222 (87.11% from 255) = 53.11%
R=22.49%
G=24.40%
B=53.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941022220.580.5400.13236.2565.9861.96
Hex5E66DE3A360Dec423e
Octal136146336726601535410276
Binary101111011001101101111011101011011001101111011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E66DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,102,222); }

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

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

 a { background-color: rgb(94,102,222); }

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

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

 span { border-color: rgb(94,102,222); }

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