#5E65DF

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

Shades of Slate Blue #5E65DF

Tints of Slate Blue #5E65DF

Color information

#5E65DF (or 0x5E65DF) is unknown color: approx Slate Blue. HEX triplet: 5E, 65 and DF. RGB value is (94,101,223). Sum of RGB (Red+Green+Blue) = 94+101+223=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E65DF is #A19A20. Grayscale: #707070. Windows color (decimal): -10590753 or 14640478. OLE color: 14640478.

HSL color Cylindrical-coordinate representation of color #5E65DF: hue angle of 236.74º degrees, saturation: 0.67, 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 #5E65DF is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94101223-
CMYK0.580.5500.13
HSL236.74º66.84%62.16%-
HSV(B)236.74º57.85%87.45%-
XYZ22.5917.0171.91-
YUV112.82190.18114.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=22.49%
G=24.16%
B=53.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941012230.580.5500.13236.7466.8462.16
Hex5E65DF3A370Ded433e
Octal136145337726701535510376
Binary101111011001011101111111101011011101101111011011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,223); }

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

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

 a { background-color: rgb(94,101,223); }

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

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

 span { border-color: rgb(94,101,223); }

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